Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
Co-authored-by: ygj6 <7699524+ygj6@users.noreply.github.com>
  • Loading branch information
patak-dev and ygj6 committed Jan 28, 2022
1 parent 2306dad commit 41421c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/build.md
Expand Up @@ -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

Expand Down

0 comments on commit 41421c4

Please sign in to comment.