Reputation: 434
Is there a way to overwrite the webpack version without ejecting?
I know rescripts or similar packages can be used to modify the webpack config without ejecting but can it replace the webpack with my chosen version?
Upvotes: 1
Views: 754
Reputation: 801
Don't think it's possible. Too many custom settings need to be configured manually.
Upvotes: 1