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 Apr 8, 2019. It is now read-only.
Maybe this is a webpack-hot-client issue. options.webSocket.port changes between modifyCompiler call (where it has the right value) and beforeCompile event (where it takes value from port.server).
This issue is for a:
CLI Command
$ webpack-serve docs/webpack.config.js
serve.config.js
Expected Behavior
Websocket client uses client port 8082.
Actual Behavior
Websocket client try using server port 8081 and fails.
How Do We Reproduce?
Set
hotClient.port
as an object.The text was updated successfully, but these errors were encountered: