Skip to content

Commit 525f5d6

Browse files
commit .babelrc
1 parent 9b8b98d commit 525f5d6

File tree

3 files changed

+910
-1
lines changed

3 files changed

+910
-1
lines changed

.babelrc

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ npm-debug.log*
88
!.gitattributes
99
!.npmignore
1010
!.eslintrc
11+
!.babelrc
1112
!.eslintignore
1213

1314
dist

0 commit comments

Comments
 (0)