Closed meetflyings closed 7 years ago
you may need to run npm run eject first.
https://ant.design/docs/react/use-with-create-react-app
We don't recommend ejecting now.
@afc163 looks like atool-build usage, configuration file is a function, webpack config --> create-react-app-config --> react-app-rewired config
, i am worried about the version upgrade issue in this way.
@afc163 Why?
The eject config is changed when cra is upgraded, it is hard to maintain a documentation that always works.
webpack.config.dev.js (path: node_modules/react-scripts/config);should i modify it?