fix sourcemaps in vite build

This commit is contained in:
jeffvli
2026-01-17 04:57:28 -08:00
parent 5901748b76
commit 37068a3b89
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ const config: UserConfig = {
},
},
preload: {
build: {
sourcemap: true,
},
plugins: [externalizeDepsPlugin()],
resolve: {
alias: {