Skip to content

Commit

Permalink
Change config for lodash-webpack to correctly use some functions (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored and ryelo committed Jul 20, 2018
1 parent dd8807a commit 175d7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base.webpack.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ plugins.push(CleanWebpackPlugin);
*
* @type {var}
*/
const LodashWebpackPlugin = new (require('lodash-webpack-plugin'))();
const LodashWebpackPlugin = new (require('lodash-webpack-plugin'))({ currying: true, flattening: true, placeholders: true });
plugins.push(LodashWebpackPlugin);

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insights-frontend-starter-app",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"dependencies": {
"@patternfly/react-core": "1.0.0",
Expand Down

0 comments on commit 175d7ee

Please sign in to comment.