When loaded into the browser, it throws a syntax error to the console on this line: webpackHotDevClient line 60 // Connect to WebpackDevServer via a socket. var connection = new WebSocket( I'm guessing this is because the constructor is not supported on edge or IE. Is there a polyfill to work around this?