Reputation: 33
If someone has done it, please help me with updating dependencies and webpack configuration file.
Upvotes: 0
Views: 75
Reputation: 46509
You will either need to eject and update configs yourself or wait for CRA v2 to be released which tackles both these issues.
More context here: https://github.com/facebook/create-react-app/issues/3815
react-scripts is what abstracts and powers tooling like webpack and babel
Upvotes: 1