mirror of
https://github.com/alex8088/electron-vite.git
synced 2026-09-12 03:35:49 +08:00
Compile bytecode inside a real Electron main process on Electron 42+ so the V8 read-only snapshot checksum matches at runtime. Batch all chunks into one compiler process and retain the legacy run-as-node path for older Electron releases. Resolve Electron through its package entry to support lazy binary installation, and add Electron 42/43 build targets. Closes #911