Skip to content

Commit

Permalink
chore(webpack): remove dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Grillo authored and perna committed Mar 20, 2018
1 parent d886de8 commit ec4cc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.production.config.js
Expand Up @@ -21,7 +21,6 @@ module.exports = {
'NODE_ENV': JSON.stringify('production')
}
}),
new webpack.optimize.DedupePlugin(),
new webpack.optimize.UglifyJsPlugin()
]
}

0 comments on commit ec4cc5c

Please sign in to comment.