Skip to content

Commit

Permalink
fix(build): remove deprecated dedupe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 13, 2016
1 parent f3ae7e6 commit b4834ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/build/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ module.exports = (gulp) => {

const c = config
c.devtool = 'source-map'
c.plugins.push(
new webpack.optimize.DedupePlugin()
)

webpack(c, webpackDone(() => {
pump([
Expand Down

0 comments on commit b4834ba

Please sign in to comment.