From d2838e79f2aaf79d3145b92aede0a8081ad36c0d Mon Sep 17 00:00:00 2001 From: Makito Date: Tue, 3 Mar 2026 01:43:09 +0700 Subject: [PATCH] chore(stage-tamagotchi): restore original comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry… --- apps/stage-tamagotchi/electron.vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/stage-tamagotchi/electron.vite.config.ts b/apps/stage-tamagotchi/electron.vite.config.ts index 1e3ef06cf..7d5649eb4 100644 --- a/apps/stage-tamagotchi/electron.vite.config.ts +++ b/apps/stage-tamagotchi/electron.vite.config.ts @@ -34,6 +34,8 @@ export default defineConfig({ options.codeSplitting = { groups: [{ name(moduleId) { + // https://github.com/lobehub/lobehub/blob/6ecba929b738e1259e15d17e7643941e015324ee/apps/desktop/electron.vite.config.ts#L54 + // Prevent debug package from being bundled into index.js to avoid side-effect pollution if (moduleId.includes('node_modules/debug')) { return 'vendor-debug' }