We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d245e7 commit fb02f26Copy full SHA for fb02f26
build/webpack.build.config.js
@@ -73,7 +73,24 @@ module.exports = [
73
NODE_ENV: JSON.stringify("production")
74
}
75
}),
76
- new LodashModuleReplacementPlugin(),
+ 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
+ }),
94
new webpack.optimize.UglifyJsPlugin({
95
compress: {
96
warnings: false
0 commit comments