Skip to content

Commit

Permalink
Merge pull request #526 from lionel-bijaoui/fix_lodash
Browse files Browse the repository at this point in the history
Fix deep property path not working
  • Loading branch information
lionel-bijaoui committed Oct 18, 2018
2 parents 07494ac + 9912b5e commit 9f5d842
Show file tree
Hide file tree
Showing 4 changed files with 3,265 additions and 3,248 deletions.
19 changes: 18 additions & 1 deletion build/webpack.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,24 @@ module.exports = [
NODE_ENV: JSON.stringify("production")
}
}),
new LodashModuleReplacementPlugin(),
new LodashModuleReplacementPlugin({
shorthands: true,
cloning: true,
currying: true,
caching: true,
collections: true,
exotics: true,
guards: true,
metadata: true,
deburring: true,
unicode: true,
chaining: true,
memoizing: true,
coercions: true,
flattening: true,
paths: false,
placeholders: true
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
Expand Down
2 changes: 1 addition & 1 deletion dist/vfg-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vfg.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9f5d842

Please sign in to comment.