Skip to content

Commit

Permalink
Don't include comments in built output.
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidmaster committed Jul 16, 2017
1 parent 66c28a6 commit ea839fa
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,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"comments": false
}

0 comments on commit ea839fa

Please sign in to comment.