Skip to content

Commit f994f21

Browse files
committed
chore: Upgrade Babel
Somewhere around @babel/*@7.8 are some weird module resolution bugs that was giving me odd errors. Upgrading fixes these. We can remove a number of dependencies from each test package, to allow module resolution to find the common dependencies in the root package.
1 parent 76d6f5c commit f994f21

File tree

2 files changed

+2395
-1252
lines changed

2 files changed

+2395
-1252
lines changed

e2e/__projects__/basic/package.json

-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
"scripts": {
88
"test": "jest --no-cache --coverage test.js"
99
},
10-
"dependencies": {
11-
"vue": "3.0.0-alpha.10"
12-
},
1310
"devDependencies": {
14-
"@babel/core": "^7.2.2",
15-
"@babel/preset-env": "^7.2.3",
16-
"@vue/compiler-sfc": "3.0.0-alpha.10",
1711
"babel-helper-vue-jsx-merge-props": "^2.0.3",
1812
"babel-plugin-syntax-jsx": "^6.18.0",
1913
"babel-plugin-transform-vue-jsx": "^3.7.0",

0 commit comments

Comments
 (0)