We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00d026 commit a3e07a6Copy full SHA for a3e07a6
.babelrc
@@ -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