From 14990ccd0b127517fa25a212c19f250a0d135e3d Mon Sep 17 00:00:00 2001 From: krokerdile Date: Thu, 5 Dec 2024 17:46:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20clean=20=EC=98=B5=EC=85=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/vite.config.ts b/apps/frontend/vite.config.ts index ca2fd34a6..86c411032 100644 --- a/apps/frontend/vite.config.ts +++ b/apps/frontend/vite.config.ts @@ -26,6 +26,7 @@ export default defineConfig(({ mode }) => { }, }, build: { + clean: true, // 빌드 전에 outDir을 청소합니다 rollupOptions: { output: { manualChunks(id) {