• Lukas Eipert's avatar
    Respect webpack live reload setting · 71b167bf
    Lukas Eipert authored
    When we updated the webpack-dev-server, we just used
    DEV_SERVER_LIVERELOAD to control hot module reloading. When in fact we
    want to control "normal" live reloading as well.
    
    Furthermore we can disable the websocket server that would be started
    allTogether in order to save some resources.
    71b167bf
webpack.config.js 25.1 KB