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
Hey :D
My project makes webpack-dev-server is https, so inject page hot reload can work in dev mode. But this project still use http, and no way to hot reload.
Or do you have any idea? Thanks! :)
The text was updated successfully, but these errors were encountered:
Hey, @jhen0409. Actually, it is simple, you have just to click the 'shield' icon on the address bar to allow http on the injected https page. Using webpack-dev-server with https, requires the same effort - you have to open https://localhost in a new tab and allow the certificate.
I'm still not sure what is simpler, so I will leave this issue open. Thanks for your help!
Hey :D
My project makes webpack-dev-server is
https
, soinject page
hot reload can work in dev mode. But this project still use http, and no way to hot reload.Or do you have any idea? Thanks! :)
The text was updated successfully, but these errors were encountered: