This website works better with JavaScript
Home
Explore
Help
Sign In
sebastian
/
eiru_pos
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[ADD] babelrc
Gogs
7 years ago
parent
0cbde95bd4
commit
15d4841fa6
1 changed files
with
10 additions
and
0 deletions
Unified View
Show Diff Stats
10
0
.babelrc
+ 10
- 0
.babelrc
View File
@@ -0,0 +1,10 @@
+{
+ "presets": [
+ [
+ "env", {
+ "modules": false
+ }
+ ],
+ "stage-2"
+ ]
+}