-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
Hi!
Just starting a new app with this library. While it's smooth, it's maybe a bit TOO smooth as I had to jump through a lot of hoops to get real HMR working since you abstract away the babel confi…
-
The current client implementation handles reloading by calling `window.reload`.
https://github.com/pikapkg/esm-hmr/blob/07bf62c2ff783a4ea3319c0b2baa3351b65c073c/src/client.ts#L16-L18
This doesn'…
-
@NathanWalker First off, I wanted to thank you for the inspiration and knowledge I acquired while working with and on this seed for the past year or so. What I've learned here is invaluable and i grea…
-
## Description
Following the [Building your project](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-electron.md#building-your-project) part of the Electron gu…
-
Hot reloading components does not work at the moment (used to work just fine).
##### Describe the issue / bug.
When setting up a new project, hot reloading does not work.
It used to work, I hav…
-
# 🙋 feature request
```
parcel index.html --open
```
Opens the default browser. However when we are targeting electron:
```
parcel index.html --target electron --open
```
I think it ma…
-
# 🐞 bug report
### ✍️ Description
I created a nuxt app, edit a file but the changes are reflected in the view.
I need to manually refresh the page to see the changes
### 🕵🏼♂️ Is this a re…
-
I have followed your guide in our project, but we are observing that hot loading only occurs the single time you edit a particular file? If you edit different files, they will all reload, but only on …
-
Hi,
When opening the dev console in the production build:
`Connecting to fusebox HMR at ws://localhost:7992`
This subsequently refuses to connect, and keeps trying again ad infinitum, filling u…