Skip to content

Commit

Permalink
build(babel): Replace deprecated latest preset (#203)
Browse files Browse the repository at this point in the history
Replace deprecated latest preset with babel-preset-env

#195
  • Loading branch information
bhough authored and nikgraf committed Jun 21, 2017
1 parent c5ccb3b commit f127e0c
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"latest"
"env"
],
"plugins": [
"transform-object-rest-spread",
Expand Down
Loading

0 comments on commit f127e0c

Please sign in to comment.