Skip to content

Commit

Permalink
Update to using Babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tlusk committed Jun 21, 2021
1 parent 8500840 commit 9abd794
Show file tree
Hide file tree
Showing 6 changed files with 5,727 additions and 5,147 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"env",
"@babel/preset-env",
{
"targets": {
"node": 6
Expand All @@ -10,7 +10,7 @@
]
],
"plugins": [
"transform-runtime"
"@babel/plugin-transform-runtime"
],
"sourceMaps": true,
"retainLines": true,
Expand Down
Loading

0 comments on commit 9abd794

Please sign in to comment.