Skip to content

Commit e813b69

Browse files
committed
feat: source-maps
1 parent 1c1f52b commit e813b69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)