Load babel-polyfill only when necessary.

This commit is contained in:
Christoph Wiechert
2017-07-18 15:44:29 +02:00
parent 8e075597f4
commit 7d0f328427
11 changed files with 49 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import 'babel-polyfill';
import Vue from 'vue';
import Admin from './Admin.vue';
import Icon from 'vue-awesome/components/Icon.vue'

View File

@@ -1,4 +1,3 @@
import 'babel-polyfill';
import Vue from 'vue';
import Download from './Download.vue';
import Icon from 'vue-awesome/components/Icon.vue'

View File

@@ -1,4 +1,3 @@
import 'babel-polyfill';
import Vue from 'vue';
import Upload from './Upload.vue';
import store from './Upload/store.js';