From 8d88460fe16bf4716de5a7eccb59be4eedfce6d3 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 11 Dec 2025 16:54:45 -0800 Subject: [PATCH] disable sourcemap (#1936) The sourcemap is almost 20mb (and we still don't get proper stacktraces for errors in the main/node.js thread) > [!NOTE] > [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 267749b95f6416b3f88c8caa9a72e21438fc1ee8. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- vite.main.config.mts | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.main.config.mts b/vite.main.config.mts index db7944c..c90e562 100644 --- a/vite.main.config.mts +++ b/vite.main.config.mts @@ -11,9 +11,6 @@ export default defineConfig({ build: { rollupOptions: { external: ["better-sqlite3"], - output: { - sourcemap: true, - }, }, }, plugins: [