Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 8eb3dc8

Browse files
committed
fix(build-error): Adding babelrc
1 parent fdf9bf7 commit 8eb3dc8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"es2015"
4+
]
5+
}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ __build__/**
5252
/doc/
5353

5454
# IDE #
55-
.babelrc
5655
.idea/
5756
*.swp
5857
*.tgz

0 commit comments

Comments
 (0)