Skip to content

Commit

Permalink
fix: compile to es5
Browse files Browse the repository at this point in the history
Closes #49
  • Loading branch information
Kent C. Dodds authored Aug 4, 2017
1 parent 6a975d9 commit 83c4712
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"presets": [
[
"env",
{
"targets": {
"node": "4.5"
}
}
],
"env",
"react"
],
"plugins": ["transform-class-properties", "transform-object-rest-spread"]
Expand Down

0 comments on commit 83c4712

Please sign in to comment.