Skip to content

Commit

Permalink
Fix: Remove OccurrenceOrderPlugin
Browse files Browse the repository at this point in the history
It's enabled by default in webpack 2
  • Loading branch information
sapegin committed Jul 31, 2017
1 parent 782ba3a commit 0b752e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/make-webpack-config.js
Expand Up @@ -59,7 +59,6 @@ module.exports = function(config, env) {
chunkFilename: 'build/[name].[chunkhash:8].js',
},
plugins: [
new webpack.optimize.OccurrenceOrderPlugin(),
new UglifyJSPlugin({
parallel: {
cache: true,
Expand Down

0 comments on commit 0b752e5

Please sign in to comment.