You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2021. It is now read-only.
Expected Behavior
Websocket client uses client port.
Actual Behavior
Websocket client try using server port.
Code
$ webpack-serve docs/webpack.config.js
serve.config.js
How Do We Reproduce?
Set
hotClient.port
as an object with different ports forclient
andserver
.I tracked the issue until modifyCompiler.
options.webSocket
changes between the function call andbeforeCompile
event. No idea why.The text was updated successfully, but these errors were encountered: