Skip to content

Commit

Permalink
🔧 💚 Remove OccurrenceOrderPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Mar 10, 2017
1 parent 82a1b32 commit 074a8b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ function applyWebConfig (config) {
}

if (Env.production()) {
config.plugins.push(
new webpack.optimize.UglifyJsPlugin(),
new webpack.optimize.OccurenceOrderPlugin()
)
config.plugins.push(new webpack.optimize.UglifyJsPlugin())
}

return config
Expand Down

0 comments on commit 074a8b8

Please sign in to comment.