ci010 / electron-vue-next

A starter template for using vue-next with the electron.
https://ci010.github.io/electron-vue-next/
191 stars 27 forks source link

How to use electron-updater #30

Closed ghost closed 3 years ago

ghost commented 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.

ci010 commented 3 years ago

It seems my rollup config has some problem. I'm currently working on the fix...

ci010 commented 3 years ago

I think I fix the issue of using the external packages like electron-updater. You can try it again.