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
Try ejecting the config files, by running:
npm run eject
then you'll find a config folder created in your project. You will find your webpack config files init.