File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,14 @@ exports[`CLI --no-https-request-cert 1`] = `
164
164
<i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
165
165
`;
166
166
167
+ exports[`CLI https and other related options 1`] = `
168
+ "<i> [webpack-dev-server] Project is running at:
169
+ <i> [webpack-dev-server] Loopback: https://localhost:<port>/
170
+ <i> [webpack-dev-server] On Your Network (IPv4): https://<network-ip-v4>:<port>/
171
+ <i> [webpack-dev-server] On Your Network (IPv6): https://[<network-ip-v6>]:<port>/
172
+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
173
+ `;
174
+
167
175
exports[`CLI https options 1`] = `
168
176
"<i> [webpack-dev-server] Project is running at:
169
177
<i> [webpack-dev-server] Loopback: https://localhost:<port>/
Original file line number Diff line number Diff line change @@ -164,6 +164,14 @@ exports[`CLI --no-https-request-cert 1`] = `
164
164
<i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
165
165
`;
166
166
167
+ exports[`CLI https and other related options 1`] = `
168
+ "<i> [webpack-dev-server] Project is running at:
169
+ <i> [webpack-dev-server] Loopback: https://localhost:<port>/
170
+ <i> [webpack-dev-server] On Your Network (IPv4): https://<network-ip-v4>:<port>/
171
+ <i> [webpack-dev-server] On Your Network (IPv6): https://[<network-ip-v6>]:<port>/
172
+ <i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
173
+ `;
174
+
167
175
exports[`CLI https options 1`] = `
168
176
"<i> [webpack-dev-server] Project is running at:
169
177
<i> [webpack-dev-server] Loopback: https://localhost:<port>/
You can’t perform that action at this time.
0 commit comments