Closed flasco closed 6 years ago
when I use webpack-dev-server to hot load my react code, I find some error with my console, like this:
I switch network and find it use https protocol:
and after I visit the url with http protocol, it work: so, is that some way to use http protocol when I develop?
i find it's webpack-dev-server bug, i will try to use webpack-serve, sorry.
when I use webpack-dev-server to hot load my react code, I find some error with my console, like this:
I switch network and find it use https protocol:
and after I visit the url with http protocol, it work: so, is that some way to use http protocol when I develop?