Skip to content

Commit 479e287

Browse files
committed
docs: fix typo
1 parent 06f528e commit 479e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060

6161
也可以用一个工厂函数 `splitVendorChunk({ cache: SplitVendorChunkCache })` 来提供该策略,在需要与自定义逻辑组合的情况下,`cache.reset()` 需要在 `buildStart` 阶段被调用,以便构建的 watch 模式在这种情况下正常工作。
6262

63-
## 文件变化时重新构建 {#rebuild-on-files-changs}
63+
## 文件变化时重新构建 {#rebuild-on-files-changes}
6464

6565
你可以使用 `vite build --watch` 来启用 rollup 的监听器。或者,你可以直接通过 `build.watch` 调整底层的 [`WatcherOptions`](https://rollupjs.org/guide/en/#watch-options) 选项:
6666

0 commit comments

Comments
 (0)