From 4dec2f28f727d043c7d3b23d43e9bd53147582b8 Mon Sep 17 00:00:00 2001 From: pccommen Date: Wed, 21 Aug 2024 16:19:49 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EC=9E=90=EB=B0=94=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=86=8C=EC=8A=A4=EB=A7=B5=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caecae/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Caecae/vite.config.ts b/Caecae/vite.config.ts index 3062767..bbdb677 100644 --- a/Caecae/vite.config.ts +++ b/Caecae/vite.config.ts @@ -16,6 +16,7 @@ export default defineConfig({ }, }, build: { + sourcemap: true, minify: 'terser', }, })