From df660d84583ab7cbad2b4798dd2684f79a2c53c9 Mon Sep 17 00:00:00 2001 From: Ivan Tanev Date: Thu, 17 Oct 2024 13:56:47 +0300 Subject: [PATCH] Revert unnecessary change to babel config --- babel.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index a6c209f..37ea91a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -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",