Skip to content

Commit 0022764

Browse files
authored
Serve source map in Lookout UI build (#4434)
This allows error monitoring applications to deliver more informative error messages about the origin of the error, and so improves the ability to debug problems.
1 parent 0da8bb5 commit 0022764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/lookoutui/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ export default defineConfig({
5959
},
6060
build: {
6161
outDir: "build",
62+
sourcemap: true,
6263
},
6364
})

0 commit comments

Comments
 (0)