We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad64721 commit 2e2c456Copy full SHA for 2e2c456
vue.config.js
@@ -133,7 +133,7 @@ module.exports = {
133
test: resolve('src/components'), // can customize your rules
134
minChunks: 3, // minimum common number
135
priority: 5,
136
- reuseExistingChunk: true
+ reuseExistingChunk: true // 表示是否使用已有的 chunk,如果为 true 则表示如果当前的 chunk 包含的模块已经被抽取出去了,那么将不会重新生成新的。
137
}
138
139
})
0 commit comments