@@ -5,64 +5,55 @@ exports[`"host" CLI option should work using "--host ::" (IPv6): stderr 1`] = `
5
5
<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
6
6
<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
7
7
<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"
10
9
`;
11
10
12
11
exports[`"host" CLI option should work using "--host ::1" (IPv6): stderr 1`] = `
13
12
"<i> [webpack-dev-server] Project is running at:
14
13
<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"
17
15
`;
18
16
19
17
exports[`"host" CLI option should work using "--host ::1" (IPv6): stderr 2`] = `
20
18
"<i> [webpack-dev-server] Project is running at:
21
19
<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"
24
21
`;
25
22
26
23
exports[`"host" CLI option should work using "--host <IPv4>": stderr 1`] = `
27
24
"<i> [webpack-dev-server] Project is running at:
28
25
<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"
31
27
`;
32
28
33
29
exports[`"host" CLI option should work using "--host 0.0.0.0" (IPv4): stderr 1`] = `
34
30
"<i> [webpack-dev-server] Project is running at:
35
31
<i> Loopback: http://localhost:<port>/, http://<ip-v4>:<port>/, http://[<ip-v6>]:<port>/
36
32
<i> [webpack-dev-server] On Your Network (IPv4): http://<ip-v4>:<port>/
37
33
<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"
40
35
`;
41
36
42
37
exports[`"host" CLI option should work using "--host 127.0.0.1" (IPv4): stderr 1`] = `
43
38
"<i> [webpack-dev-server] Project is running at:
44
39
<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"
47
41
`;
48
42
49
43
exports[`"host" CLI option should work using "--host local-ip": stderr 1`] = `
50
44
"<i> [webpack-dev-server] Project is running at:
51
45
<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"
54
47
`;
55
48
56
49
exports[`"host" CLI option should work using "--host local-ipv4": stderr 1`] = `
57
50
"<i> [webpack-dev-server] Project is running at:
58
51
<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"
61
53
`;
62
54
63
55
exports[`"host" CLI option should work using "--host localhost": stderr 1`] = `
64
56
"<i> [webpack-dev-server] Project is running at:
65
57
<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"
68
59
`;
0 commit comments