• Lukas Eipert's avatar
    Fix incremental webpack mode without live_reload · c957cc53
    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
compiler.js 3.3 KB