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
I'm developing remotely, so I need webpack-plugin-serve to connect to a URL like ws://dev.example.com/wps. The plugin is still attempting to connect at ws://localhost:9000/wps, even though I have set the client option to { protocol: "ws", address: "147.147.147.147:9000" }.
In my webpack.config.js, the options are as follows. (These aren't my actual IP address and host, of course.)
I'm developing remotely, so I need webpack-plugin-serve to connect to a URL like
ws://dev.example.com/wps
. The plugin is still attempting to connect atws://localhost:9000/wps
, even though I have set the client option to{ protocol: "ws", address: "147.147.147.147:9000" }
.In my
webpack.config.js
, the options are as follows. (These aren't my actual IP address and host, of course.)The text was updated successfully, but these errors were encountered: