Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 18 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/vfg.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /