From c4504850260332b24bd301685b1ea89924704d0e Mon Sep 17 00:00:00 2001 From: Rachel Slaby Date: Thu, 14 Nov 2024 22:19:28 -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 12f98da..fee1803 100644 --- a/babel.config.js +++ b/babel.config.js @@ -44,7 +44,7 @@ module.exports = function(api) { [ '@babel/plugin-proposal-class-properties', { - loose: true + loose: false } ], [