-
Lukas Eipert authored
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.
c957cc53
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.