Skip to content

Commit

Permalink
Merge pull request vuejs-templates#375 from Gawdl3y/patch-1
Browse files Browse the repository at this point in the history
Fix another "occurrence" typo
  • Loading branch information
LinusBorg authored Dec 13, 2016
2 parents c6d68fa + 67d9f40 commit 340ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = merge(baseWebpackConfig, {
'process.env': config.dev.env
}),
// https://github.com/glenjamin/webpack-hot-middleware#installation--usage
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin(),
// https://github.com/ampedandwired/html-webpack-plugin
Expand Down

0 comments on commit 340ed34

Please sign in to comment.