electron-vite / electron-vite-react

:electron: Electron + Vite + React + Sass boilerplate.
https://electron-vite.github.io
MIT License
1.93k stars 240 forks source link

How to use utility process? #225

Open AbsorbingInfo opened 3 months ago

AbsorbingInfo commented 3 months ago

I want to use utility/child process but when i use require module the path to child process throws undefined because the utility script is not bundled by vite. What is right approach to go about it?