File tree Expand file tree Collapse file tree 5 files changed +723
-1073
lines changed Expand file tree Collapse file tree 5 files changed +723
-1073
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,7 @@ exports[`CLI port option --port is auto: stderr 1`] = `
293
293
`;
294
294
295
295
exports[`CLI port option --port is string: stderr 1`] = `
296
- "<w> [webpack-dev-server] The \\"port\\" specified in options is different from the port passed as an argument. Will be used from arguments.
297
- <i> [webpack-dev-server] Project is running at:
296
+ "<i> [webpack-dev-server] Project is running at:
298
297
<i> [webpack-dev-server] Loopback: http://localhost:<port>/
299
298
<i> [webpack-dev-server] On Your Network (IPv4): http://<network-ip-v4>:<port>/
300
299
<i> [webpack-dev-server] On Your Network (IPv6): http://[<network-ip-v6>]:<port>/
@@ -349,14 +348,6 @@ exports[`CLI static option --static-directory: stderr 1`] = `
349
348
<i> [webpack-dev-server] Content not from webpack is served from 'static-dir' directory"
350
349
`;
351
350
352
- exports[`CLI static option --static-directory: stderr 2`] = `
353
- "<i> [webpack-dev-server] Project is running at:
354
- <i> [webpack-dev-server] Loopback: http://localhost:<port>/
355
- <i> [webpack-dev-server] On Your Network (IPv4): http://<network-ip-v4>:<port>/
356
- <i> [webpack-dev-server] On Your Network (IPv6): http://[<network-ip-v6>]:<port>/
357
- <i> [webpack-dev-server] Content not from webpack is served from 'static-dir' directory"
358
- `;
359
-
360
351
exports[`CLI static option --static-public-path: stderr 1`] = `
361
352
"<i> [webpack-dev-server] Project is running at:
362
353
<i> [webpack-dev-server] Loopback: http://localhost:<port>/
Original file line number Diff line number Diff line change @@ -294,8 +294,7 @@ exports[`CLI port option --port is auto: stderr 1`] = `
294
294
`;
295
295
296
296
exports[`CLI port option --port is string: stderr 1`] = `
297
- "<w> [webpack-dev-server] The \\"port\\" specified in options is different from the port passed as an argument. Will be used from arguments.
298
- <i> [webpack-dev-server] Project is running at:
297
+ "<i> [webpack-dev-server] Project is running at:
299
298
<i> [webpack-dev-server] Loopback: http://localhost:<port>/
300
299
<i> [webpack-dev-server] On Your Network (IPv4): http://<network-ip-v4>:<port>/
301
300
<i> [webpack-dev-server] On Your Network (IPv6): http://[<network-ip-v6>]:<port>/
@@ -350,14 +349,6 @@ exports[`CLI static option --static-directory: stderr 1`] = `
350
349
<i> [webpack-dev-server] Content not from webpack is served from 'static-dir' directory"
351
350
`;
352
351
353
- exports[`CLI static option --static-directory: stderr 2`] = `
354
- "<i> [webpack-dev-server] Project is running at:
355
- <i> [webpack-dev-server] Loopback: http://localhost:<port>/
356
- <i> [webpack-dev-server] On Your Network (IPv4): http://<network-ip-v4>:<port>/
357
- <i> [webpack-dev-server] On Your Network (IPv6): http://[<network-ip-v6>]:<port>/
358
- <i> [webpack-dev-server] Content not from webpack is served from 'static-dir' directory"
359
- `;
360
-
361
352
exports[`CLI static option --static-public-path: stderr 1`] = `
362
353
"<i> [webpack-dev-server] Project is running at:
363
354
<i> [webpack-dev-server] Loopback: http://localhost:<port>/
You can’t perform that action at this time.
0 commit comments