From 46782c2c65dd92b8701d94b2ae0fd43ee3e3c70b Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Mon, 29 Jan 2024 22:37:26 -0500 Subject: [PATCH] Fix babel config --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index ec4a6b4804..9fc8fe5e89 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ // Only used for jest -module.exports = { +export default { presets: [ [ '@babel/preset-env',