Skip to content

Commit b178346

Browse files
dennybiasiollijulon
authored andcommitted
fix typo in a comment (vuejs-templates#1183)
1 parent 0b3e352 commit b178346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.prod.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const webpackConfig = merge(baseWebpackConfig, {
7878
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
7979
chunksSortMode: 'dependency'
8080
}),
81-
// keep module.id stable when vender modules does not change
81+
// keep module.id stable when vendor modules does not change
8282
new webpack.HashedModuleIdsPlugin(),
8383
// enable scope hoisting
8484
new webpack.optimize.ModuleConcatenationPlugin(),

0 commit comments

Comments
 (0)