docs(@vant/cli): changelog v6.0.0 (#11619)

This commit is contained in:
neverland
2023-02-26 10:18:43 +08:00
committed by GitHub
parent 1ffca78d7f
commit bc8bacfa6c
4 changed files with 7 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ If you need to configure some vite plugins, please create a `vite.config.ts` fil
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Default: `undefined`
- Default: `yarn`
`npm` package manager.

View File

@@ -221,7 +221,7 @@ module.exports = {
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Default: `undefined`
- Default: `yarn`
指定使用的包管理器。