diff --git a/package.json b/package.json index 949ca511f..967442322 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "vue": "^3.0.0" }, "devDependencies": { - "@vant/cli": "^3.1.1", + "@vant/cli": "^3.1.3", "@vue/compiler-sfc": "^3.0.3", "vue": "^3.0.3" }, diff --git a/packages/vant-cli/changelog.md b/packages/vant-cli/changelog.md index 23177eace..72d9dc50e 100644 --- a/packages/vant-cli/changelog.md +++ b/packages/vant-cli/changelog.md @@ -1,5 +1,12 @@ # 更新日志 +## v3.1.3 + +`2020-12-03` + +- 支持通过 `site.htmlPluginOptions` 来配置 html-webpack-plugin +- 修复组件内部引用 `.vue` 文件时 build 结果不正确的问题 + ## v3.1.2 `2020-12-02` @@ -31,6 +38,8 @@ ## v2.7.0 +`2020-12-03` + - 支持通过 `site.htmlPluginOptions` 来配置 html-webpack-plugin - 修复组件内部引用 `.vue` 文件时 build 结果不正确的问题 diff --git a/yarn.lock b/yarn.lock index d9e366651..057fa6da4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1865,10 +1865,10 @@ "@typescript-eslint/types" "4.6.0" eslint-visitor-keys "^2.0.0" -"@vant/cli@^3.1.1": - version "3.1.1" - resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.1.tgz#3d00c9165f9905207369b05f6a65b6c302788177" - integrity sha1-PQDJFl+ZBSBzabBfamW2wwJ4gXc= +"@vant/cli@^3.1.3": + version "3.1.3" + resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.3.tgz?cache=0&sync_timestamp=1606987332362&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.1.3.tgz#7bcb985791d57bca43f07531874a7f75cbd9695b" + integrity sha1-e8uYV5HVe8pD8HUxh0p/dcvZaVs= dependencies: "@babel/core" "^7.12.7" "@babel/plugin-transform-object-assign" "^7.12.1"