From bbdd6443093f7118180f57b8a05d23e02a6e4781 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 22 Aug 2018 16:25:04 -0400 Subject: [PATCH] Add babel polyfill --- js/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/index.js b/js/index.js index 4ecd6aa7..b3b55fb0 100644 --- a/js/index.js +++ b/js/index.js @@ -1,3 +1,5 @@ +import 'babel-polyfill' + import classes from '../styles/atat.scss' import Vue from 'vue/dist/vue' import VTooltip from 'v-tooltip'