cawa-93 / vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
MIT License
2.4k stars 261 forks source link

Refactor to use native ESM in `main` and `preload` packages #967

Closed cawa-93 closed 10 months ago

cawa-93 commented 11 months ago

This PR reconfigure build pipeline to remove transpilation onto CJS. Now all modules in runtime works as ESM.

resolve #50

TODO: