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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -31,7 +31,7 @@
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@vant/cli": "^5.0.0", "@vant/cli": "^6.0.0",
"vue": "^3.0.0", "vue": "^3.0.0",
"sass": "^1.49.7" "sass": "^1.49.7"
}, },

View File

@ -1,11 +1,14 @@
# 更新日志 # 更新日志
## v6.0.0 [unreleased] ## v6.0.0
`2023-02-26`
- vite: 由 v3 升级至 v4 - vite: 由 v3 升级至 v4
- @vitejs/plugin-vue: 由 v3 升级至 v4 - @vitejs/plugin-vue: 由 v3 升级至 v4
- @vitejs/plugin-vue-jsx: 由 v2 升级至 v3 - @vitejs/plugin-vue-jsx: 由 v2 升级至 v3
- 移除 `site.searchConfig` 配置项 - 移除 `site.searchConfig` 配置项
- 修复 build 时解析 markdown 可能报错的问题
## v5.1.0 ## v5.1.0

View File

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

View File

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