Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 7f5b0f7

Browse files
Fix: Deploy source maps for JavaScript
1 parent 495e24c commit 7f5b0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig(({ mode }) => ({
3232
]
3333
},
3434
build: {
35-
sourcemap: true,
35+
sourcemap: 'hidden',
3636
commonjsOptions: {
3737
include: [/node_modules/],
3838
},

0 commit comments

Comments
 (0)