Skip to content

Commit

Permalink
Merge pull request #18 from Andarist/loose
Browse files Browse the repository at this point in the history
Use babel loose mode
  • Loading branch information
bvaughn authored Jul 23, 2018
2 parents c04c301 + 1b85a73 commit 3db02c1
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,7 +1,8 @@
{
"presets": [
["env", {
"modules": false
"modules": false,
"loose": true
}],
"stage-0",
"react"
Expand Down

0 comments on commit 3db02c1

Please sign in to comment.