Plumbiu opened this issue a year ago · 3 comments
我在 main.ts 中使用了 electron 的 utilityProcess 模块 fork 了 watch.mjs,在开发环境里正常,但是打包后就没用了
main.ts
electron
utilityProcess
fork
watch.mjs
主进程代码:
app.whenReady().then(() => { utilityProcess.fork(path.join(__dirname, './watch.mjs')) createWindow() })
解决了