Skip to content

Commit 1893b8f

Browse files
gschierclaude
andauthored
Enable source maps for production builds (#366)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7a5bca7 commit 1893b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default defineConfig(async () => {
3939
}),
4040
],
4141
build: {
42+
sourcemap: true,
4243
outDir: '../dist',
4344
emptyOutDir: true,
4445
rollupOptions: {

0 commit comments

Comments
 (0)