[optimize/webpack] remove dedupe plugin, see webpack/webpack#770

This commit is contained in:
spalger 2015-09-11 14:29:16 -07:00
parent 549f7c23a4
commit d832a9f6f4

View file

@ -85,7 +85,6 @@ class BaseOptimizer {
new DirectoryNameAsMain()
]),
new webpack.NoErrorsPlugin(),
new webpack.optimize.DedupePlugin(),
new ExtractTextPlugin('[name].style.css', {
allChunks: true
}),