fix: add core-js to deps

@babel/runtime v7 stable removes core-js dependency.
This commit is contained in:
Haoqun Jiang
2018-10-31 02:43:53 +08:00
parent 782afeff73
commit 29dc6a0696

View File

@@ -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"
}
}