chore(stage-tamagotchi): restore original comments

Sorry…
This commit is contained in:
Makito
2026-03-03 01:43:09 +07:00
parent f8f44aab6a
commit d2838e79f2
@@ -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'
}