Skip to content

Commit

Permalink
chore: simplify babel config, we don't need much
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Mar 31, 2023
1 parent d093b06 commit 784e2d2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "16"
}
}
]
]
"presets": ["@babel/preset-env"]
}

0 comments on commit 784e2d2

Please sign in to comment.