kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Upgrading isn't pulling the latest webpack dev config #152

Closed riccoski closed 5 years ago

riccoski commented 6 years ago

Hello - I was wondering whether this is fixed? I have upgraded to 0.22 however I noticed that I still need to manually update:

in order to get upload working .../node_modules/custom-react-scripts/config/webpack.config.dev.js

Replace line: 199: exclude: [/.(js|jsx|mjs)$/, /.html$/, /.json$/],

This is in order to solve this issue: https://github.com/facebook/create-react-app/pull/3537

Thank you kindly