Skip to content

Commit

Permalink
Update babel to use using @babel/preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle committed May 7, 2019
1 parent 008167c commit fb3c603
Show file tree
Hide file tree
Showing 3 changed files with 1,175 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["@babel/preset-env"]
}
Loading

0 comments on commit fb3c603

Please sign in to comment.