An open API service indexing awesome lists of open source software.

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.

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