Skip to content

Commit

Permalink
Merge pull request #242 from garrettmaring/patch-1
Browse files Browse the repository at this point in the history
Update OccurrenceOrderPlugin spelling
  • Loading branch information
glenjamin committed Aug 29, 2017
2 parents 71c1d2e + ce80cbf commit dc4556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/webpack.config.multientry.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
devtool: '#source-map',
plugins: [
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
],
Expand Down

0 comments on commit dc4556a

Please sign in to comment.