react-app-rewire-define-plugin

1.0.0 • Public • Published

react-app-rewire-define-plugin

Add webpack.DefinePlugin to a react-app-rewired config.

const rewireDefinePlugin = require('react-app-rewire-define-plugin')
 
// Use `webpack.DefinePlugin` to add the version number from package.json
config = rewireDefinePlugin(config, env, {
  'process.env.VERSION': JSON.stringify(require('package.json').version)
})

Package Sidebar

Install

npm i react-app-rewire-define-plugin

Weekly Downloads

298

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jtheis85