This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
remove babel-polyfill
pull/342/head
Guillaume Vincent
8 years ago
parent
0c410ef1eb
commit
b73efcdcc8
3 changed files
with
14 additions
and
18 deletions
Split View
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
File diff suppressed because it is too large
View File
+ 0
- 1
package.json
View File
@@ -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
View File
@@ -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…
Cancel
Save