mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(@vant/cli): changelog v6.0.0 (#11619)
This commit is contained in:
parent
1ffca78d7f
commit
bc8bacfa6c
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ module.exports = {
|
|||||||
### build.packageManager
|
### build.packageManager
|
||||||
|
|
||||||
- Type: `'npm' | 'yarn' | 'pnpm'`
|
- Type: `'npm' | 'yarn' | 'pnpm'`
|
||||||
- Default: `undefined`
|
- Default: `yarn`
|
||||||
|
|
||||||
指定使用的包管理器。
|
指定使用的包管理器。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user