Skip to content

Commit

Permalink
set babel compact mode to false
Browse files Browse the repository at this point in the history
This fixes shreyas-a#6
  • Loading branch information
praffn committed Oct 11, 2017
1 parent af5737f commit 1103ec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"presets": ["env", "react"],
"plugins": ["transform-class-properties"]
"plugins": ["transform-class-properties"],
"compact": "false"
}

0 comments on commit 1103ec8

Please sign in to comment.