Disable Dedupe plugin

This commit is contained in:
Pierre Burgy 2017-06-09 12:35:35 +01:00
parent a4fcc75b50
commit 82209c2014

View File

@ -60,10 +60,6 @@ module.exports = require('./webpack.base.babel')({
async: true,
}),
// Merge all duplicate modules
new webpack.optimize.DedupePlugin(),
// Minify and optimize the JavaScript
new webpack.optimize.UglifyJsPlugin({
compress: {