File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/angular_devkit/build_webpack/src/webpack-dev-server Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,6 @@ export function runWebpackDevServer(
58
58
return new WebpackDevServer ( config , webpack ) ;
59
59
} ;
60
60
61
- // Force `WEBPACK_DEV_SERVER_BASE_PORT` to use port 0 as base port.
62
- // This is needed to handle better concurrent dev-servers. Otherwise if two or more processes starts at the same time
63
- // they will end up being assigned the same port due to a race condition between the time you get the port number and
64
- // you actually start using it.
65
- // https://github.com/webpack/webpack-dev-server/blob/2b1208dadfbe70246a36b74954e3f2fd2c3ba220/lib/Server.js#L76-L94
66
- process . env . WEBPACK_DEV_SERVER_BASE_PORT = '0' ;
67
-
68
61
const log : WebpackLoggingCallback =
69
62
options . logging || ( ( stats , config ) => context . logger . info ( stats . toString ( config . stats ) ) ) ;
70
63
You can’t perform that action at this time.
0 commit comments