Skip to content

Commit

Permalink
Remove webpack DedupePlugin (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
samit4me authored and Dattaya committed Nov 28, 2016
1 parent 62c1aa2 commit b152688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internals/webpack/webpack.prod.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ module.exports = require('./webpack.base.babel')({
async: true,
}),

// Merge all duplicate modules
new webpack.optimize.DedupePlugin(),

// Minify and optimize the index.html
new HtmlWebpackPlugin({
template: 'app/index.html',
Expand Down

0 comments on commit b152688

Please sign in to comment.