Add
moment-locales-webpack-plugin
toreact-app-rewired
config.
npm install --save-dev react-app-rewire-moment-locales-plugin
const rewireMomentLocalesPlugin = require('react-app-rewire-moment-locales-plugin')
module.exports = function override(config, env) {
// ...
if (env === 'production') {
config = rewireMomentLocalesPlugin(config, env, {
localesToKeep: ['es-us', 'ru'] // optional
})
}
return config
}
MIT © Bohdan Khodakivskyi