removed babel polyfill and downgraded babel core and upgraded vuetify cli. Builds, runs tests ok.

This commit is contained in:
2019-11-28 21:03:02 +00:00
parent 58fcbf298c
commit ed3d219630
4 changed files with 149 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/* Xeslint-disable */
import "@babel/polyfill";
// import "@babel/polyfill";
import "@fortawesome/fontawesome-free/css/all.css";
import "typeface-roboto/index.css";
import Vue from "vue";