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, }, }; }