Skip to content

Commit caa5292

Browse files
authored
Update build.md
docs(cn):resolve conflict
1 parent 3534bb7 commit caa5292

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-
This strategy is also provided as a `splitVendorChunk({ cache: SplitVendorChunkCache })` factory, in case composition with custom logic is needed. `cache.reset()` needs to be called at `buildStart` for build watch mode to work correctly in this case.
58+
同时这个策略也被作为`splitVendorChunk({ cache: SplitVendorChunkCache })`工厂,在需要使用自定义逻辑时可以进行组合。在这种情况下确保在`cache.reset()``buildStart`(构建)前调用,保证构建时监听模式能够正常工作。
5959

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

0 commit comments

Comments
 (0)