Skip to content

Commit 3bd6328

Browse files
Update guide/build.md
1 parent caa5292 commit 3bd6328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = defineConfig({
5555
})
5656
```
5757

58-
同时这个策略也被作为`splitVendorChunk({ cache: SplitVendorChunkCache })`工厂,在需要使用自定义逻辑时可以进行组合。在这种情况下确保在`cache.reset()``buildStart`(构建)前调用,保证构建时监听模式能够正常工作
58+
同时这个策略也被作为 `splitVendorChunk({ cache: SplitVendorChunkCache })` 工厂函数,在需要使用自定义逻辑时可以进行组合。必须确保 `cache.reset()``buildStart` 阶段调用,以保证构建时监听模式能够正常工作
5959

6060
## 文件变化时重新构建 {#rebuild-on-files-changs}
6161

0 commit comments

Comments
 (0)