Add custom sockHost/sockPort/sockPath#52
Conversation
|
Hey - thanks for this PR! Can you also add handling for Also - is it possible for you to fix the merge conflicts (or give me access to your repo so I can push changes there)? |
|
Merged the basic conflicts, but need to update the README and verify that it still works. |
|
@pmmmwh I fixed up this branch and did more testing. It seems to work OK, but I've noticed that after the error overlay pops up from a build error, it never goes away until I reload the page (even if I get a subsequent successful build). |
I've checked - that is related to another issue. I will merge this first because what I'm working on depends on this, and I will fix that issue in another PR. |
Fixed in #57 |
|
@pmmmwh sweet! are either of these fixes on NPM at this point? I see a |
Not yet, but beta 1 will contain them. I'll publish when I'm done with some other fixes. |
|
Released in |
Add
sockHostandsockPortoption so thatreact-refresh-webpack-plugincan be configured to work through a proxy.Tested using patch-package.
Fixes #40