Skip to content

Commit e2f890c

Browse files
Add babel config
1 parent 7a4ddea commit e2f890c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.babelrc

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ yarn-error.log*
1515
!.editorconfig
1616
!.eslintrc.js
1717
!.prettierrc
18+
!.babelrc

0 commit comments

Comments
 (0)