Skip to content

Commit

Permalink
Fix OccurrenceOrderPlugin spelling (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
athomann authored and koistya committed Jun 10, 2016
1 parent de4d26e commit bf44958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const clientConfig = extend(true, {}, config, {
// Assign the module and chunk ids by occurrence count
// Consistent ordering of modules required if using any hashing ([hash] or [chunkhash])
// https://webpack.github.io/docs/list-of-plugins.html#occurrenceorderplugin
new webpack.optimize.OccurenceOrderPlugin(true),
new webpack.optimize.OccurrenceOrderPlugin(true),

...DEBUG ? [] : [

Expand Down

0 comments on commit bf44958

Please sign in to comment.