We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40fa07 commit 31086e5Copy full SHA for 31086e5
packages/angular_devkit/build_angular/src/dev-server/index.ts
@@ -579,10 +579,6 @@ function _addLiveReload(
579
if (clientAddress.pathname) {
580
clientAddress.pathname = path.posix.join(clientAddress.pathname, 'sockjs-node');
581
sockjsPath = '&sockPath=' + clientAddress.pathname;
582
- // ensure webpack-dev-server uses the correct path to connect to the reloading socket
583
- if (webpackConfig.devServer) {
584
- webpackConfig.devServer.sockPath = clientAddress.pathname;
585
- }
586
}
587
588
const entryPoints = [`${webpackDevServerPath}?${url.format(clientAddress)}${sockjsPath}`];
0 commit comments