Skip to content

Commit 7e61ad6

Browse files
authored
Revert unnecessary change to babel config (#234)
1 parent aeb50f5 commit 7e61ad6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

babel.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ module.exports = {
44
"@babel/preset-env",
55
{
66
targets: { node: 14 },
7-
// necessary to preserve dynamic import of ESM-only modules
8-
exclude: ["proposal-dynamic-import"],
97
},
108
],
119
"@babel/preset-typescript",

0 commit comments

Comments
 (0)