Skip to content

Commit 8eae721

Browse files
author
Victor
committed
feat: set the babel presets
1 parent 434c10f commit 8eae721

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.babelrc

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

0 commit comments

Comments
 (0)