react-app-rewire-provide-plugin
v1.0.0
Published
Add webpack.ProvidePlugin to a react-app-rewired config.
Downloads
816
Readme
react-app-rewire-provide-plugin
Add webpack.ProvidePlugin to a react-app-rewired config.
const rewireProvidePlugin = require('react-app-rewire-provide-plugin')
// Use `webpack.ProvidePlugin` to add jQuery globally
config = rewireProvidePlugin(config, env, {
'window.jQuery': 'jquery'
})