docs(cli): changelog 2.7.0

This commit is contained in:
chenjiahan 2020-12-03 17:13:35 +08:00
parent 9ab43d1545
commit 31d42b4f80
3 changed files with 10 additions and 5 deletions

View File

@ -63,7 +63,7 @@
"vue": ">= 2.5.22"
},
"devDependencies": {
"@vant/cli": "^2.6.2",
"@vant/cli": "^2.7.0",
"prettier": "^2.0.4",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"

View File

@ -1,5 +1,10 @@
# 更新日志
## v2.7.0
- 支持通过 `site.htmlPluginOptions` 来配置 html-webpack-plugin
- 修复组件内部引用 `.vue` 文件时 build 结果不正确的问题
## v2.6.2
`2020-11-15`

View File

@ -2000,10 +2000,10 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@vant/cli@^2.6.2":
version "2.6.2"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-2.6.2.tgz#90346d3916a1d3a448ef030bc699d8d28a31efe5"
integrity sha1-kDRtORah06RI7wMLxpnY0oox7+U=
"@vant/cli@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-2.7.0.tgz#e3475f4a0efaeba85571fac64f40cd92361db209"
integrity sha1-40dfSg7666hVcfrGT0DNkjYdsgk=
dependencies:
"@babel/core" "^7.10.1"
"@babel/plugin-syntax-jsx" "^7.10.1"