From dfbab164ecd427401785f731d771fcd5f1ebd69f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 28 Jan 2026 13:56:33 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E8=B0=83=E8=AF=95=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20sourcemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/vite-config/src/config/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/vite-config/src/config/common.ts b/internal/vite-config/src/config/common.ts index 653f2104..469f5ac6 100644 --- a/internal/vite-config/src/config/common.ts +++ b/internal/vite-config/src/config/common.ts @@ -5,7 +5,7 @@ async function getCommonConfig(): Promise { build: { chunkSizeWarningLimit: 2000, reportCompressedSize: false, - sourcemap: false, + sourcemap: true, }, }; }