mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
Added babel-polyfill into project
This commit is contained in:
parent
d5d7083b9a
commit
768a5594c8
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* Third Party */
|
||||
import Vue from 'vue';
|
||||
import VueRouter from 'vue-router';
|
||||
import 'babel-polyfill';
|
||||
|
||||
/* Configs */
|
||||
import './config.js';
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-env": "^1.1.8",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"babel-preset-es2017": "^6.24.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue