Skip to content

Commit aa51a00

Browse files
authored
Update webpack.config.js
OccurenceOrderPlugin has been renamed to OccurrenceOrderPlugin. webpack/webpack#1964
1 parent f87fe62 commit aa51a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
publicPath: '/static/'
1818
},
1919
plugins: [
20-
new webpack.optimize.OccurenceOrderPlugin(),
20+
new webpack.optimize.OccurrenceOrderPlugin(),
2121
new webpack.HotModuleReplacementPlugin(),
2222
new NpmInstallPlugin()
2323
],

0 commit comments

Comments
 (0)