Skip to content

lwd-technology/react-app-rewire-define-plugin

Repository files navigation

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)
})

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published