Skip to content

Commit

Permalink
Upgrade to Babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
abecks committed Oct 17, 2018
1 parent a45673c commit cd03d2a
Show file tree
Hide file tree
Showing 6 changed files with 3,710 additions and 898 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["transform-runtime"],
"presets": ["es2015", "stage-2"]
"plugins": ["@babel/plugin-transform-runtime"],
"presets": ["@babel/env"]
}
Loading

0 comments on commit cd03d2a

Please sign in to comment.