Skip to content

Commit 9f5d842

Browse files
Merge pull request #526 from lionel-bijaoui/fix_lodash
Fix deep property path not working
2 parents 07494ac + 9912b5e commit 9f5d842

File tree

4 files changed

+3265
-3248
lines changed

4 files changed

+3265
-3248
lines changed

build/webpack.build.config.js

+18-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,24 @@ module.exports = [
7373
NODE_ENV: JSON.stringify("production")
7474
}
7575
}),
76-
new LodashModuleReplacementPlugin(),
76+
new LodashModuleReplacementPlugin({
77+
shorthands: true,
78+
cloning: true,
79+
currying: true,
80+
caching: true,
81+
collections: true,
82+
exotics: true,
83+
guards: true,
84+
metadata: true,
85+
deburring: true,
86+
unicode: true,
87+
chaining: true,
88+
memoizing: true,
89+
coercions: true,
90+
flattening: true,
91+
paths: false,
92+
placeholders: true
93+
}),
7794
new webpack.optimize.UglifyJsPlugin({
7895
compress: {
7996
warnings: false

dist/vfg-core.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vfg.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)