Skip to content

Commit e7363c3

Browse files
committed
[add] babel config
1 parent 90b10a7 commit e7363c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.babelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"presets": [
3+
"react",
4+
"env"
5+
],
6+
"plugins": [
7+
"transform-class-properties",
8+
"transform-object-rest-spread"
9+
]
10+
}

0 commit comments

Comments
 (0)