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

后端 未结 10 1534
长发绾君心
长发绾君心 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:58

    Ejecting is not the best option as well as editing something under node_modules. react-app-rewired is not maintained and has the warning:

    ...you now "own" the configs. No support will be provided. Proceed with caution...

    Solution - use craco.

提交回复
热议问题