diff --git a/scripts/webpack/webpack.dev.js b/scripts/webpack/webpack.dev.js index ab48864b8a0..e852f966cf7 100644 --- a/scripts/webpack/webpack.dev.js +++ b/scripts/webpack/webpack.dev.js @@ -44,7 +44,6 @@ module.exports = merge(common, { new webpack.optimize.CommonsChunkPlugin({ names: ['vendor', 'manifest'], }), - new WebpackCleanupPlugin(), // new BundleAnalyzerPlugin({ // analyzerPort: 8889 // })