We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb50f5 commit 7e61ad6Copy full SHA for 7e61ad6
babel.config.js
@@ -4,8 +4,6 @@ module.exports = {
4
"@babel/preset-env",
5
{
6
targets: { node: 14 },
7
- // necessary to preserve dynamic import of ESM-only modules
8
- exclude: ["proposal-dynamic-import"],
9
},
10
],
11
"@babel/preset-typescript",
0 commit comments