Commit d9936af5 authored by Matthew Taylor's avatar Matthew Taylor Committed by Ray Schamp

Remove Dedupe plugin from webpack

https://webpack.github.io/docs/list-of-plugins.html#dedupeplugin – it's still experimental. This allows `make watch` to update correctly.
parent ae8d4d89
......@@ -60,7 +60,6 @@ module.exports = {
warnings: false
}
}),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.DedupePlugin()
new webpack.optimize.OccurenceOrderPlugin()
]
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment