Skip to content

Commit

Permalink
[changed] Enabled "loose" Babel transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jun 15, 2015
1 parent 64276ae commit d12d59e
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 @@
{
"stage": 1,
"optional": ["runtime"]
"optional": ["runtime"],
"loose": ["all"]
}

0 comments on commit d12d59e

Please sign in to comment.