From c50a7b21260f6026d6a6bbe888669121a5fbbd7e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 9 Jul 2021 19:55:59 -0500 Subject: [PATCH] Babel: disable 'loose' mode --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 4f67cc36d..f12801ed2 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,7 +3,6 @@ module.exports = (api) => { const envOptions = { debug: false, - loose: true, modules: false, };