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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%