fix: babel -> core-js, regenerator-runtime

This commit is contained in:
Travis McLane
2020-01-01 15:01:01 -06:00
parent 7352e9d6a2
commit b8bfe24340
9 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import Vue from 'vue';
import App from './App.vue';