@@ -5,64 +5,55 @@ exports[`"host" CLI option should work using "--host ::" (IPv6): stderr 1`] = `
55<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
66<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
77<i> [webpack-dev-server] On Your Network (IPv6): http://[<ip-v6>]:<port>/
8- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
9- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
8+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
109`;
1110
1211exports[`"host" CLI option should work using "--host ::1" (IPv6): stderr 1`] = `
1312"<i> [webpack-dev-server] Project is running at:
1413<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
15- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
16- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
14+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
1715`;
1816
1917exports[`"host" CLI option should work using "--host ::1" (IPv6): stderr 2`] = `
2018"<i> [webpack-dev-server] Project is running at:
2119<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
22- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
23- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
20+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
2421`;
2522
2623exports[`"host" CLI option should work using "--host <IPv4>": stderr 1`] = `
2724"<i> [webpack-dev-server] Project is running at:
2825<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
29- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
30- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
26+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
3127`;
3228
3329exports[`"host" CLI option should work using "--host 0.0.0.0" (IPv4): stderr 1`] = `
3430"<i> [webpack-dev-server] Project is running at:
3531<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
3632<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
3733<i> [webpack-dev-server] On Your Network (IPv6): http://[<ip-v6>]:<port>/
38- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
39- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
34+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
4035`;
4136
4237exports[`"host" CLI option should work using "--host 127.0.0.1" (IPv4): stderr 1`] = `
4338"<i> [webpack-dev-server] Project is running at:
4439<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
45- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
46- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
40+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
4741`;
4842
4943exports[`"host" CLI option should work using "--host local-ip": stderr 1`] = `
5044"<i> [webpack-dev-server] Project is running at:
5145<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
52- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
53- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
46+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
5447`;
5548
5649exports[`"host" CLI option should work using "--host local-ipv4": stderr 1`] = `
5750"<i> [webpack-dev-server] Project is running at:
5851<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
59- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
60- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
52+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
6153`;
6254
6355exports[`"host" CLI option should work using "--host localhost": stderr 1`] = `
6456"<i> [webpack-dev-server] Project is running at:
6557<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
66- <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory
67- <i> [webpack-dev-server] You probably have a custom public path, please navigate in your browser to the point that you required"
58+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
6859`;
0 commit comments