electron-userland / electron-userland/electron-webpack
After recompile webpack opens a browser tab instead of refreshing the electron window
Open
- Dominant language
- TypeScript
- Stars
- 902
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
I'm assuming this isn't the expected behaviour. After hot reloading the app receives `App hot update...` but then a new tab opens in my browser without reload the actual electron window.
Is there something wrong with my configuration? Or is it something with electron-webpack. I tried adding `open:false` to the configuration for the devServer, but this doesn't seem to be helping.
Project: https://github.com/Superjo149/auryo/tree/typescript-refactor
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.