https://github.com/xlsdg/react-app-rewire-lodash-plugin
Add lodash-webpack-plugin to a react-app-rewired config.
https://github.com/xlsdg/react-app-rewire-lodash-plugin
lodash react-app-rewired webpack
Last synced: about 2 months ago
JSON representation
Add lodash-webpack-plugin to a react-app-rewired config.
- Host: GitHub
- URL: https://github.com/xlsdg/react-app-rewire-lodash-plugin
- Owner: xlsdg
- License: mit
- Created: 2018-01-29T06:51:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T04:36:49.000Z (over 6 years ago)
- Last Synced: 2025-03-18T12:59:52.947Z (2 months ago)
- Topics: lodash, react-app-rewired, webpack
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-app-rewire-lodash-plugin
Add [`lodash-webpack-plugin`](https://github.com/lodash/lodash-webpack-plugin) to a [`react-app-rewired`](https://github.com/timarney/react-app-rewired) config.
```js
const rewireLodashPlugin = require('react-app-rewire-lodash-plugin');// Add lodash support
config = rewireLodashPlugin(config, env, {
collections: true,
paths: true
});
```