瀏覽代碼

remove babel-polyfill

pull/342/head
Guillaume Vincent 8 年之前
父節點
當前提交
b73efcdcc8
共有 3 個文件被更改,包括 14 次插入18 次删除
  1. +14
    -16
      dist/lesspass.js
  2. +0
    -1
      package.json
  3. +0
    -1
      src/main.js

+ 14
- 16
dist/lesspass.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
package.json 查看文件

@@ -17,7 +17,6 @@
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.16.3",


+ 0
- 1
src/main.js 查看文件

@@ -1,4 +1,3 @@
import 'babel-polyfill';
import Vue from 'vue';
import 'bootstrap/dist/css/bootstrap.css';
import 'font-awesome/css/font-awesome.css';


Loading…
取消
儲存