GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.31k stars 309 forks source link

is that have some way to use http protocol instead of https when in dev mode? #43

Closed flasco closed 6 years ago

flasco commented 6 years ago

when I use webpack-dev-server to hot load my react code, I find some error with my console, like this: image

I switch network and find it use https protocol: image

and after I visit the url with http protocol, it work: image so, is that some way to use http protocol when I develop?

flasco commented 6 years ago

i find it's webpack-dev-server bug, i will try to use webpack-serve, sorry.