Skip to content

Commit 0bd8b98

Browse files
authored
feat: source-maps (#643)
1 parent 1c1f52b commit 0bd8b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineConfig({
2020
exclude: ['postgres'],
2121
},
2222
build: {
23+
sourcemap: process.env.NODE_ENV === 'production',
2324
rollupOptions: {
2425
external: (id) => {
2526
// Externalize postgres from client bundle

0 commit comments

Comments
 (0)