We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa5292 commit 3bd6328Copy full SHA for 3bd6328
guide/build.md
@@ -55,7 +55,7 @@ module.exports = defineConfig({
55
})
56
```
57
58
-同时这个策略也被作为`splitVendorChunk({ cache: SplitVendorChunkCache })`工厂,在需要使用自定义逻辑时可以进行组合。在这种情况下确保在`cache.reset()`在`buildStart`(构建)前调用,保证构建时监听模式能够正常工作。
+同时这个策略也被作为 `splitVendorChunk({ cache: SplitVendorChunkCache })` 工厂函数,在需要使用自定义逻辑时可以进行组合。必须确保 `cache.reset()` 在 `buildStart` 阶段调用,以保证构建时监听模式能够正常工作。
59
60
## 文件变化时重新构建 {#rebuild-on-files-changs}
61
0 commit comments