Skip to content

Commit

Permalink
Revert unnecessary change to babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTanev committed Oct 17, 2024
1 parent aeb50f5 commit df660d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module.exports = {
"@babel/preset-env",
{
targets: { node: 14 },
// necessary to preserve dynamic import of ESM-only modules
exclude: ["proposal-dynamic-import"],
},
],
"@babel/preset-typescript",
Expand Down

0 comments on commit df660d8

Please sign in to comment.