Skip to content

Commit a3e07a6

Browse files
committed
add babel settings for transpilation
1 parent c00d026 commit a3e07a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.babelrc

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

0 commit comments

Comments
 (0)