Skip to content

Commit cd4d7d9

Browse files
dennybiasiolliLinusBorg
authored andcommitted
fix typo in a comment (#1183)
1 parent 5490783 commit cd4d7d9

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)