Enable source maps for production builds (#366)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-01-19 05:12:26 -08:00
committed by GitHub
parent 7a5bca7aae
commit 1893b8f8dd

View File

@@ -39,6 +39,7 @@ export default defineConfig(async () => {
}),
],
build: {
sourcemap: true,
outDir: '../dist',
emptyOutDir: true,
rollupOptions: {