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 0269cc5 commit b4591b5Copy full SHA for b4591b5
.babelrc
@@ -1,4 +1,6 @@
1
{
2
"presets": ["env", "react", "flow"],
3
- "plugins": ["transform-object-rest-spread", "transform-class-properties"]
+ "plugins": ["transform-object-rest-spread", "transform-class-properties"],
4
+ "comments": false,
5
+ "compact": true
6
}
0 commit comments