Skip to content

Commit

Permalink
Merge pull request #133 from abecks/master
Browse files Browse the repository at this point in the history
Upgrade to Babel 7
  • Loading branch information
lucetius authored Dec 8, 2018
2 parents 23454de + cd03d2a commit d859c61
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 d859c61

Please sign in to comment.