Adding babel polyfil

parent 3e44eaaf
......@@ -10,6 +10,7 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.0.1",
"eslint": "^4.8.0",
......
require('./bootstrap');
import 'babel-polyfill';
import Vue from 'vue';
import VueI18n from 'vue-i18n';
import VueRouter from 'vue-router';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment