crossbuilder
crossbuilder copied to clipboard
The inject page & https
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! :)
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!