mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
This allow the webbpack dev server to properly reload JavaScript modules while running in dev without restarting the server. We need to connect to webpack-dev-server directly because SockJS doesn't support more than one connection on the same host/port.