We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15d40 commit 6713772Copy full SHA for 6713772
1 file changed
.babelrc
@@ -1,3 +1,7 @@
1
{
2
- "presets": ["react-app"]
3
-}
+ "presets": ["env", "react"],
+ "plugins": [
4
+ "transform-class-properties",
5
+ "transform-object-rest-spread"
6
+ ]
7
+}
0 commit comments