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
{{ message }}
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
description
When using a different hostname (like IP) the HMR still points to localhost.
reproduction
parcel 1.4.1 using 0.0.0.0 as host and accessing from another machine by IP gives this error on the console browser
fix?
I manually edited src/builtins/hmr-runtime.js changing line 19 with
' + global.location.hostname + '
as suggested on this pull from parcel https://github.com/parcel-bundler/parcel/pull/476/files
The text was updated successfully, but these errors were encountered: