[Build] add object assign transform (#1713)

This commit is contained in:
neverland
2018-08-29 15:19:32 +08:00
committed by GitHub
parent a8faa89dfa
commit ed11471b68
6 changed files with 37 additions and 7 deletions
+3
View File
@@ -61,11 +61,14 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@vue/server-test-utils": "^1.0.0-beta.24",
"@vue/test-utils": "^1.0.0-beta.24",
"autoprefixer": "^9.1.3",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"codecov": "^3.0.4",