enable sourcemap (#116)

Enabling sourcemap to make debugging easier. This is an open source project, so there's nothing to hide anyway.
This commit is contained in:
Martin
2026-03-04 12:13:41 +01:00
committed by GitHub
parent c6f9a97f8a
commit 44fc344603
+1
View File
@@ -55,6 +55,7 @@ export default defineConfig({
],
build: {
outDir: "build",
sourcemap: true,
/** @todo use chunks to split bundle? */
chunkSizeWarningLimit: 800,