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