Closed ghost closed 3 years ago
If import electron-updater in src/main/index.ts, build failed. if require('electron-updater') in src/main/index.ts, it will crash when app startup, says thant can not find module electron-updater.
It seems my rollup config has some problem. I'm currently working on the fix...
I think I fix the issue of using the external packages like electron-updater. You can try it again.
electron-updater
If import electron-updater in src/main/index.ts, build failed. if require('electron-updater') in src/main/index.ts, it will crash when app startup, says thant can not find module electron-updater.