debug: 调试使用 sourcemap

This commit is contained in:
dap
2026-01-28 13:56:33 +08:00
parent 32344ed038
commit dfbab164ec

View File

@@ -5,7 +5,7 @@ async function getCommonConfig(): Promise<UserConfig> {
build: {
chunkSizeWarningLimit: 2000,
reportCompressedSize: false,
sourcemap: false,
sourcemap: true,
},
};
}