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 has been archived by the owner on Feb 18, 2024. It is now read-only.
I created #238 to resolve this. In doing so, I realized that it was already possible to set the sockHost, sockPath, and sockPort via config.devServer.set('sockHost', '8080'). However, my PR adds the shorthand methods for them: config.devServer.sockHost('8080')
Thanks for your work on this project - I enjoy using it.
I would love to see devServer.sockHost, devServer.sockPort, and devServer.sockPath supported in webpack chain. As far as I can tell, they currently are not supported at all.
The text was updated successfully, but these errors were encountered: