Skip to content

Commit

Permalink
#535, #526 - reversed "deep property path" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Oct 23, 2018
1 parent 14eb52a commit da32bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions build/webpack.build.config.js
Expand Up @@ -74,22 +74,8 @@ module.exports = [
}
}),
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
paths: true,
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
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.

0 comments on commit da32bde

Please sign in to comment.