Fix incremental webpack mode without live_reload
If `live_reload` is disabled, we accidentally kill the webpack dev server because `devServer.webSocketServer.clients` is undefined, because we are checking the wrong condition. This fixes the condition check.
Showing
Please register or sign in to comment