mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 13:40:59 -05:00
fix: add core-js to deps
@babel/runtime v7 stable removes core-js dependency.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||||
"babel-plugin-dynamic-import-node": "^2.2.0",
|
||||
"babel-plugin-transform-vue-jsx": "^4.0.1"
|
||||
"babel-plugin-transform-vue-jsx": "^4.0.1",
|
||||
"core-js": "^2.5.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user