From 4a6745a8ea97a1be954e3598a1b5677b2580cbc4 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 9 Feb 2026 16:45:42 +0800 Subject: [PATCH] =?UTF-8?q?perf(vite-config):=20=E7=A6=81=E7=94=A8=20sourc?= =?UTF-8?q?emap=20=E4=BB=A5=E5=87=8F=E5=B0=8F=E6=9E=84=E5=BB=BA=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E4=BD=93=E7=A7=AF?= 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 469f5ac6..653f2104 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: true, + sourcemap: false, }, }; }