react-app-rewire-moment-locales-plugin

1.0.0 • Public • Published

react-app-rewire-moment-locales-plugin

Add moment-locales-webpack-plugin to react-app-rewired config.

Install

npm install --save-dev react-app-rewire-moment-locales-plugin

Usage

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
}

License

MIT © Bohdan Khoadkivskyi

Package Sidebar

Install

npm i react-app-rewire-moment-locales-plugin

Weekly Downloads

22

Version

1.0.0

License

MIT

Unpacked Size

3.57 kB

Total Files

6

Last publish

Collaborators

  • bohdan.kh