From 2c442892c0cbaf85358e53b8e6a8cf022a50e720 Mon Sep 17 00:00:00 2001 From: Utopia Date: Fri, 31 Oct 2025 17:27:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=9D=9E=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=89=93=E5=8C=85=E6=97=B6=EF=BC=8C=E4=B8=8D=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20debugger=20=E7=AC=A6=E5=8F=B7=EF=BC=8C=E5=90=A6?= =?UTF-8?q?=E5=88=99=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=8B=E4=B9=9F?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=20debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 7ddd86c..26b1bb9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -188,7 +188,7 @@ export default defineConfig(({ command, mode }) => { : undefined, }, esbuild: { - drop: VITE_DELETE_CONSOLE === 'true' ? ['console', 'debugger'] : ['debugger'], + drop: VITE_DELETE_CONSOLE === 'true' ? ['console', 'debugger'] : [], }, build: { sourcemap: false,