caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
169 stars 18 forks source link

Fix Reload loop on dev mode and support Nuxt 3.11.2 without --no-fork option #80

Open rvalledorjr opened 1 month ago

rvalledorjr commented 1 month ago

Fixes #74 and support Nuxt 3.11.2 without --no-fork option

Notes

shinGangan commented 3 weeks ago

Hey @rvalledorjr , thank you for your PR support.

I was having trouble with this issue so I'm grateful. 🙏 Are there any additional steps to be taken for this PR? Or has it been completed as is?

rvalledorjr commented 3 weeks ago

Hi @shinGangan

Are there any additional steps to be taken for this PR?

None so far. It's complete as far as the strange loop issue is concerned. In a nutshell, the PR basically just apply this manual workaround https://github.com/caoxiemeihao/nuxt-electron/issues/74#issuecomment-2117567168

shinGangan commented 3 weeks ago

Hi @rvalledorjr , thank you for your comment and response 🙏

I look forward to this PR being merged soon.