(newHostname)
| 168 | // port |
| 169 | const { port } = devServer.server.address() |
| 170 | const prettyPrintURL = (newHostname) => url.format({ protocol, hostname: newHostname, port, pathname: "/" }); |
| 171 | |
| 172 | const isSuccessful = !statsData.errors.length && !statsData.warnings.length; |
| 173 | if (isSuccessful) { |