diff --git a/babel.config.json b/babel.config.json index 9ab5d30f2..52fedc958 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,7 +1,9 @@ { "presets": [ [ - "@babel/env" + "@babel/preset-env", { + "modules": false + } ] ], "compact": false