Where is the configuration file for webpack in the project directory initialized by create-react-app

clipboard.png

is a file similar to the build./webpack.base.conf.js in the directory generated by vue-cli.
I"d like to add sass-loader or something like that.

Apr.01,2022

execute npm run eject to see the relevant configuration


encapsulated in react-scripts. You need to execute yarn eject and pop up the configuration. This process is irreversible.

Menu