本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
67
Wiki
活動
瀏覽代碼
remove babel-polyfill
pull/342/head
Guillaume Vincent
8 年之前
父節點
0c410ef1eb
當前提交
b73efcdcc8
共有
3 個檔案被更改
,包括
14 行新增
和
18 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-16
dist/lesspass.js
+0
-1
package.json
+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';
Write
Preview
Loading…
取消
儲存