Nakul
Nakul

Reputation: 33

How to update default react(CRA) to webpack4 and babel7?

If someone has done it, please help me with updating dependencies and webpack configuration file.

Upvotes: 0

Views: 75

Answers (1)

Ilja
Ilja

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

Related Questions