From eff8879defbbe0bc84297d6e8e42aa3f37f4801f Mon Sep 17 00:00:00 2001 From: eunhak Date: Fri, 28 Jun 2024 17:16:33 +0900 Subject: [PATCH] fix: babel setting change --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 8589713..131d92c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,5 @@ /* eslint-disable no-undef */ module.exports = { + compact: true, presets: ['next/babel'] };