Closed
Description
Is that possible? I'm using moment and it loads all the locales (so moment takes 200kB instead of 50kB in the build), the current fix for more than one year seems to be to exclude the locales via webpack using:
new webpack.ContextReplacementPlugin(/moment[\\\/]locale$/, /^\.\/(en)$/)
I tried to add it manually to /node_modules/react-scripts/config/webpack.config.prod.js
and it works but I can't do that, and I don't want to eject.
Metadata
Metadata
Assignees
Labels
No labels