Glen Mailer
Glen Mailer
I would accept a PR which adds a .d.ts file for this project > On 17 Mar 2021, at 01:23, dopry ***@***.***> wrote: > > > For those of...
See also #215
This is likely to be a problem with your publicPath webpack setting
Sounds sensible - there's already some logic for having the warning overlay be a singleton, so also making the server connection be a singleton makes sense too.
I don’t really have time to look into this, but my initial advice would be to try using the normal command line compiler and see if you get the same...
Using the command line compiler was just a debugging suggestion, many of the issues posted here happen regardless of the hot-middleware setup. By running without the server often we can...
Seems like a reasonable suggestion to me, PRs welcome.
@andrewgbliss is the server running on port 443? If not you'll need the port number in there
Ooooh, I just realised - 0.0.0.0 is invalid for a request address, it's only a valid value for listening addresses. Use 127.0.0.1 or the hostname in the client config instead.
You shouldn't have to, but it should work with either.