You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a hard reset for changed main file makes sense, but it always registers a soft reset handler as well.
If already some development server is used (or some hmr magic) it would make sense to opt out from the soft reload handler registration as well.
How to reproduce
Use e.g. Stencil in conjunction with Electron.
Additional information
This should not be very difficult, just introducing a new option and a condition for the handler registration.
I would provide a PR if wanted 😀.
The text was updated successfully, but these errors were encountered:
What is the problem
Using a hard reset for changed main file makes sense, but it always registers a soft reset handler as well.
If already some development server is used (or some hmr magic) it would make sense to opt out from the soft reload handler registration as well.
How to reproduce
Use e.g. Stencil in conjunction with Electron.
Additional information
This should not be very difficult, just introducing a new option and a condition for the handler registration.
I would provide a PR if wanted 😀.
The text was updated successfully, but these errors were encountered: