react-app-rewire-lodash-plugin
v1.0.1
Published
Add lodash-webpack-plugin to a react-app-rewired config.
Downloads
9
Maintainers
Readme
react-app-rewire-lodash-plugin
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
});