Skip to content

Commit

Permalink
fix: exclude transform-regenerator (#16)
Browse files Browse the repository at this point in the history
* fix: only support node 6 and above

* exclude transform-regenerator instead
  • Loading branch information
egoist authored and Kent C. Dodds committed Jul 6, 2017
1 parent 9fcb418 commit 10d2b4f
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
Expand Up @@ -3,7 +3,8 @@
["env", {
"targets": {
"node": "4.5"
}
},
"exclude": ["transform-regenerator"]
}],
"stage-2"
]
Expand Down

0 comments on commit 10d2b4f

Please sign in to comment.