Skip to content

Commit

Permalink
Remove clean plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykonn committed Jul 19, 2018
1 parent 88f3233 commit 750208f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
'process.env': {
'NODE_ENV': JSON.stringify('production'),
}
}),
new CleanWebpackPlugin(['dist']),
})
]
}

0 comments on commit 750208f

Please sign in to comment.