Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e3e0b2e + 533ec9d commit f834de3Copy full SHA for f834de3
webpack.config.js
@@ -196,10 +196,6 @@ module.exports = function makeWebpackConfig() {
196
// Only emit files when there are no errors
197
new webpack.NoErrorsPlugin(),
198
199
- // Reference: http://webpack.github.io/docs/list-of-plugins.html#dedupeplugin
200
- // Dedupe modules in the output
201
- new webpack.optimize.DedupePlugin(),
202
-
203
// Reference: http://webpack.github.io/docs/list-of-plugins.html#uglifyjsplugin
204
// Minify all javascript, switch loaders to minimizing mode
205
new webpack.optimize.UglifyJsPlugin(),
0 commit comments