super-productivity/electron/scripts
Johannes Millan a118f65d54 refactor(electron): bundle preload script with esbuild to support sandbox mode
Bundle preload.ts into a single file so all local imports (e.g.
ipc-events.const) are inlined at build time. This allows removing
sandbox: false since the bundled preload only requires the built-in
electron module, which is allowed in sandboxed preloads.
2026-03-22 19:38:21 +01:00
..
bundle-preload.js refactor(electron): bundle preload script with esbuild to support sandbox mode 2026-03-22 19:38:21 +01:00