Skip to content

Commit 65554e3

Browse files
committed
fix(build): fix sourcemap warning by update vite-plugin-vue-cli
1 parent 63e4431 commit 65554e3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> out-of-the-box for vue-cli projects without any codebase modifications.
44
5+
<a href="https://github.com/IndexXuan/vue2-final-boilerplate" target="_blank" rel="noreferer nofollow">demo/boilerplate</a>
6+
57
<p align="center">
68
<img src="./logo.png" alt="logo" title="logo" width="300px" />
79
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vite-plugin-eslint": "1.3.0",
4242
"vite-plugin-html-template": "1.0.4",
4343
"vite-plugin-mpa": "1.0.3",
44-
"vite-plugin-vue-cli": "1.3.7",
44+
"vite-plugin-vue-cli": "1.3.8",
4545
"vite-plugin-vue2": "1.8.1",
4646
"vls": "0.7.4"
4747
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5866,10 +5866,10 @@ [email protected]:
58665866
shelljs "0.8.4"
58675867
yargs "16.2.0"
58685868

5869-
5870-
version "1.3.7"
5871-
resolved "https://registry.yarnpkg.com/vite-plugin-vue-cli/-/vite-plugin-vue-cli-1.3.7.tgz#fd4861b4faf5fec7e80ffbeab4023a9e16ac8055"
5872-
integrity sha512-bi3AarXEaJquekC8nM/ni/zHZIIv1awkQQqYhlj/Jd+LZnUZP4IisjSmwxZ5LDK/rF9Z+tYFgYTN6BSmjyXM2w==
5869+
5870+
version "1.3.8"
5871+
resolved "https://registry.yarnpkg.com/vite-plugin-vue-cli/-/vite-plugin-vue-cli-1.3.8.tgz#60ff1608fb573ad6b15b4d4fd03cdf8370982d9c"
5872+
integrity sha512-+y1dzdC8YWBchQaajcmaEfNbjo8SVb3vbSuAE1k09c0M8uUkNY5K81OKJ0smnYqjbgPdZpm9zqMsfs2rRZwzOQ==
58735873
dependencies:
58745874
"@babel/core" "^7.12.10"
58755875
"@babel/plugin-transform-typescript" "^7.12.1"

0 commit comments

Comments
 (0)