Skip to content

Commit 29dc6a0

Browse files
committed
fix: add core-js to deps
@babel/runtime v7 stable removes core-js dependency.
1 parent 782afef commit 29dc6a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vue/babel-preset-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@babel/runtime": "^7.0.0",
3131
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3232
"babel-plugin-dynamic-import-node": "^2.2.0",
33-
"babel-plugin-transform-vue-jsx": "^4.0.1"
33+
"babel-plugin-transform-vue-jsx": "^4.0.1",
34+
"core-js": "^2.5.7"
3435
}
3536
}

0 commit comments

Comments
 (0)