Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
feat(dedupe): Enable dedupe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 19, 2017
1 parent 625b150 commit 037cc1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ module.exports = webpackMerge(commonConfig, {
* See: https://webpack.github.io/docs/list-of-plugins.html#defineplugin
* See: https://github.com/webpack/docs/wiki/optimization#deduplication
*/
// TODO new DedupePlugin(),
// see https://github.com/webpack/webpack/issues/2644
new DedupePlugin(),

/**
* Plugin: DefinePlugin
Expand Down

0 comments on commit 037cc1b

Please sign in to comment.