We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae27d03 + 9b153ab commit fb5954bCopy full SHA for fb5954b
.babelrc
@@ -1,4 +1,4 @@
1
{
2
- "presets": ["env", "react"],
3
- "plugins": ["transform-class-properties"]
4
-}
+ "presets": ["@babel/preset-env", "@babel/preset-react"],
+ "plugins": ["@babel/plugin-proposal-class-properties"]
+}
0 commit comments