fix(build): bundle streamed JSON parser in desktop main

This commit is contained in:
m4air
2026-09-12 22:45:47 -07:00
parent 9e010dff9a
commit 3cd303c3f6
+1
View File
@@ -8,6 +8,7 @@ import { createPlainNodeEntryGuardPlugin } from './config/build-plugins/plain-no
import packageJson from './package.json' with { type: 'json' }
const BUNDLED_MAIN_DEPENDENCIES = new Set([
'@streamparser/json',
'@xterm/headless',
'@xterm/addon-serialize',
'tldts',