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

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

    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

提交回复
热议问题