Respect webpack live reload setting
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.
Showing
Please register or sign in to comment