1.0.5 • Published 4 years ago

on-d-mand-react-app-rewire-lodash-plugin v1.0.5

Weekly downloads
21
License
-
Repository
github
Last release
4 years ago

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