on-d-mand-react-app-rewire-lodash-plugin
v1.0.5
Published
Add lodash-webpack-plugin to a react-app-rewired config.
Downloads
10
Maintainers
Readme
react-app-rewire-lodash-plugin
With ReactJS
Add lodash-webpack-plugin to a react-app-rewired config.
const rewireLodashPlugin = require('react-app-rewire-lodash-plugin');
// Add lodash support
config = rewireLodashPlugin(config, env, {
collections: true,
paths: true
});