Skip to content

Commit b4591b5

Browse files
committed
🔧 Update output options
Set minification / comment removal options
1 parent 0269cc5 commit b4591b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"presets": ["env", "react", "flow"],
3-
"plugins": ["transform-object-rest-spread", "transform-class-properties"]
3+
"plugins": ["transform-object-rest-spread", "transform-class-properties"],
4+
"comments": false,
5+
"compact": true
46
}

0 commit comments

Comments
 (0)