remove babel-polyfill, add core-js

This commit is contained in:
Philipp Kühn
2019-06-12 21:49:33 +02:00
parent e44f0a2255
commit 352e8c18a7
4 changed files with 90 additions and 117 deletions

View File

@@ -1,4 +1,3 @@
import '@babel/polyfill'
import Vue from 'vue'
import VueRouter from 'vue-router'
import svgSpriteLoader from 'helpers/svg-sprite-loader'