Skip to content

Commit

Permalink
fix(buld): specify correct babel-env config, support node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
avaragado committed Apr 12, 2018
1 parent 35b6dec commit 2e87d62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[
"env",
{
"node": 6
"targets": {
"node": 8
}
}
]
],
Expand Down

0 comments on commit 2e87d62

Please # to comment.