disable sourcemap (#1936)

The sourcemap is almost 20mb (and we still don't get proper stacktraces
for errors in the main/node.js thread)

<!-- CURSOR_SUMMARY -->
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
267749b95f6416b3f88c8caa9a72e21438fc1ee8. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
This commit is contained in:
Will Chen
2025-12-11 16:54:45 -08:00
committed by GitHub
parent f2960a94b9
commit 8d88460fe1

View File

@@ -11,9 +11,6 @@ export default defineConfig({
build: {
rollupOptions: {
external: ["better-sqlite3"],
output: {
sourcemap: true,
},
},
},
plugins: [