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.
加载中
想要评论请 注册 或 登录