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