Browse Source

去除无用插件babel-polyfill.js

huxz 8 years ago
parent
commit
08236e1b1a
2 changed files with 0 additions and 5 deletions
  1. 0 1
      nuxt.config.js
  2. 0 4
      plugins/babel-polyfill.js

+ 0 - 1
nuxt.config.js

@@ -52,7 +52,6 @@ module.exports = {
       }
     },
     vendor: [
-      'babel-polyfill',
       'axios',
       'swiper',
       'element-ui'

+ 0 - 4
plugins/babel-polyfill.js

@@ -1,4 +0,0 @@
-import Vue from 'vue'
-import babelPolyfill from 'babel-polyfill'
-
-Vue.use(babelPolyfill)