I create a ReactJS project with the create-react-app package and that worked well, but I cannot find webpack files and configurations.
create-react-app
How does react-cr
Webpack configuration is being handled by react-scripts. You can find all webpack config inside node_modules react-scripts/config.
And If you want to customize webpack config, you can follow this customize-webpack-config