From 41421c4cee6bd70ada50f955ea05da89fc3e4f15 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 28 Jan 2022 07:34:46 +0100 Subject: [PATCH] chore: fix type Co-authored-by: ygj6 <7699524+ygj6@users.noreply.github.com> --- docs/guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/build.md b/docs/guide/build.md index 53faf5189d502c..1f1f149a07f7c9 100644 --- a/docs/guide/build.md +++ b/docs/guide/build.md @@ -55,7 +55,7 @@ module.exports = defineConfig({ }) ``` -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. +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. ## Rebuild on files changes