Skip to content

Commit

Permalink
Remove Babel plugins for import-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
hfranklin committed May 15, 2024
1 parent 49a0eca commit d420d20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions babel.config.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
}
],
"@babel/preset-typescript"
],
"plugins": [
["babel-plugin-transform-import-meta"],
["babel-plugin-add-import-extension"]
]
}
3 changes: 1 addition & 2 deletions babel.config.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"presets": [
["@babel/preset-env", { "targets": { "node": "16" }, "modules": false }],
"@babel/preset-typescript"
],
"plugins": [["babel-plugin-add-import-extension"]]
]
}

0 comments on commit d420d20

Please sign in to comment.