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
Hello,
I am trying to understand how to specify the __hmr url.
Because when I include my file.js, for example http: // localhost: 8080 / app.js
In my page the hmr takes the address of my backend server http: // localhost: 2000 / __ hmr ... and refuses to load
Do you have a solution so that I can modify my configuration, in order to be able to reload my page automatically during my development
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to understand how to specify the __hmr url.
Because when I include my file.js, for example http: // localhost: 8080 / app.js
In my page the hmr takes the address of my backend server http: // localhost: 2000 / __ hmr ... and refuses to load
Do you have a solution so that I can modify my configuration, in order to be able to reload my page automatically during my development
Thank you
The text was updated successfully, but these errors were encountered: