We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1f52b commit 0bd8b98Copy full SHA for 0bd8b98
vite.config.ts
@@ -20,6 +20,7 @@ export default defineConfig({
20
exclude: ['postgres'],
21
},
22
build: {
23
+ sourcemap: process.env.NODE_ENV === 'production',
24
rollupOptions: {
25
external: (id) => {
26
// Externalize postgres from client bundle
0 commit comments