where is create-react-app webpack config and files?

后端 未结 10 1565
长发绾君心
长发绾君心 2020-11-28 18:33

I create a ReactJS project with the create-react-app package and that worked well, but I cannot find webpack files and configurations.

How does react-cr

10条回答
  •  再見小時候
    2020-11-28 18:55

    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.

提交回复
热议问题