Skip to content

Commit

Permalink
chore: fix babel target
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 1, 2022
1 parent da7f503 commit 6117231
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
{
"loose": true,
"targets": {
"node": "10"
}
"node": "14"
},
"exclude": ["proposal-dynamic-import"]
}
]
],
Expand Down

0 comments on commit 6117231

Please sign in to comment.