Upgraded babel and webpack to support async keyword with preset-env over es2015

This commit is contained in:
2019-06-28 21:20:35 +02:00
parent cc9bcf927c
commit 8696d9cb16
3 changed files with 12 additions and 5 deletions

View File

@@ -23,9 +23,11 @@
"vuex": "^3.1.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.0.0",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"documentation": "^11.0.0",