Skip to content

Commit 2e2c456

Browse files
committed
docs:add note
1 parent ad64721 commit 2e2c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = {
133133
test: resolve('src/components'), // can customize your rules
134134
minChunks: 3, // minimum common number
135135
priority: 5,
136-
reuseExistingChunk: true
136+
reuseExistingChunk: true // 表示是否使用已有的 chunk,如果为 true 则表示如果当前的 chunk 包含的模块已经被抽取出去了,那么将不会重新生成新的。
137137
}
138138
}
139139
})

0 commit comments

Comments
 (0)