transpile using babel for legacy browser support

This commit is contained in:
undergroundwires
2021-01-21 04:38:02 +01:00
parent 8b0e47da38
commit 7930bef48c
4 changed files with 1542 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
import Vue from 'vue';
import App from './App.vue';
import { ApplicationBootstrapper } from './presentation/Bootstrapping/ApplicationBootstrapper';
import 'core-js/fn/array/flat-map'; // Here until Vue 3 & CLI v4 https://github.com/vuejs/vue-cli/issues/3834
new ApplicationBootstrapper()
.bootstrap(Vue);