Skip to content

Commit da32bde

Browse files
committed
#535, #526 - reversed "deep property path" fix
1 parent 14eb52a commit da32bde

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

build/webpack.build.config.js

+1-15
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,8 @@ module.exports = [
7474
}
7575
}),
7676
new LodashModuleReplacementPlugin({
77-
shorthands: true,
78-
cloning: true,
79-
currying: true,
80-
caching: true,
8177
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
78+
paths: true,
9379
}),
9480
new webpack.optimize.UglifyJsPlugin({
9581
compress: {

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)