Skip to content

Commit 3e08bef

Browse files
committed
update
1 parent 9cd69e7 commit 3e08bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/webpack-common-chunk/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = {
9393

9494
//http://stackoverflow.com/questions/35908253/webpack-how-to-bundle-entries-to-multiple-common-chunks-with-commonschunkplugin
9595
plugins: [
96-
//vender不经常变化,为了使用缓存,通过指定chunks把它单独弄出来,init包含webpack runtime和其他公共模块
96+
//vendor不经常变化,为了使用缓存,通过指定chunks把它单独弄出来,init包含webpack runtime和其他公共模块
9797
new webpack.optimize.CommonsChunkPlugin({
9898
name: "vendor",
9999
chunks: ["vendor"]

0 commit comments

Comments
 (0)