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.
1 parent 4c8e8b3 commit 6e6e18eCopy full SHA for 6e6e18e
.babelrc
@@ -1,7 +1,4 @@
1
{
2
- "presets": [
3
- [
4
- "env"
5
- ]
6
+ "presets": ["@babel/preset-env"],
+ "plugins": ["@babel/plugin-proposal-class-properties"]
7
}
0 commit comments