We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
1 parent 9bdff3b commit 5eb1425Copy full SHA for 5eb1425
packages/@vue/cli-plugin-babel/generator.js
@@ -8,6 +8,9 @@ module.exports = api => {
8
api.extendPackage({
9
babel: {
10
presets: ['@vue/app']
11
+ },
12
+ dependencies: {
13
+ 'core-js': '^2.6.5'
14
}
15
})
16
0 commit comments