Hacker News new | ask | show | jobs
by capableweb 1921 days ago
> some way to have both side by side

Yes, just hook up to the reloading event of HMR on the client-side and call `window.location.reload()` when that happens, now you have traditional "live reload".