feat(@vant/cli): bump vite 3.0 (#10842)

* feat(@vant/cli): bump vite 3.0

* chore: bump vite plugins
This commit is contained in:
neverland
2022-07-23 18:59:57 +08:00
committed by GitHub
parent a31f78b07a
commit 74c1c2927e
4 changed files with 55 additions and 30 deletions

View File

@@ -1,5 +1,10 @@
# 更新日志
## v5.0.0 (未发布)
- 升级 `vite` 3.0.0
- 不再默认安装 `gh-pages` 依赖,请将 `package.json` 中的 `gh-pages -d site-dist` 替换为 `npx gh-pages -d site-dist`
## v4.0.3
`2022-07-02`