Skip to content

Commit c769110

Browse files
committed
fix: use babel-loader@8
1 parent 663719c commit c769110

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@vue/cli-plugin-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-babel#readme",
2121
"dependencies": {
2222
"@babel/core": "^7.0.0-0",
23-
"babel-loader": "^7.1.2",
23+
"babel-loader": "^8.0.0-0",
2424
"cache-loader": "^1.2.0"
2525
},
2626
"publishConfig": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,9 @@ babel-jest@^22.0.4, babel-jest@^22.1.0:
12161216
babel-plugin-istanbul "^4.1.5"
12171217
babel-preset-jest "^22.1.0"
12181218

1219-
babel-loader@^7.1.2:
1220-
version "7.1.2"
1221-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.2.tgz#f6cbe122710f1aa2af4d881c6d5b54358ca24126"
1219+
babel-loader@^8.0.0-0:
1220+
version "8.0.0-beta.0"
1221+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.0-beta.0.tgz#b85c3b52d1095949125c72c7ec1fa0fbb47a11ff"
12221222
dependencies:
12231223
find-cache-dir "^1.0.0"
12241224
loader-utils "^1.0.2"

0 commit comments

Comments
 (0)