We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7071aa commit 73721b5Copy full SHA for 73721b5
content/configuration/dev-server.md
@@ -255,7 +255,7 @@ webpack-dev-server --history-api-fallback
255
For more options and information, see the [connect-history-api-fallback](https://github.com/bripkens/connect-history-api-fallback) documentation.
256
257
258
-## `devServer.host` - CLI only
+## `devServer.host`
259
260
`string`
261
@@ -265,6 +265,11 @@ Specify a host to use. By default this is `localhost`. If you want your server t
265
host: "0.0.0.0"
266
```
267
268
+Usage via the CLI
269
+```
270
+webpack-dev-server --host 0.0.0.0
271
272
+
273
274
## `devServer.hot`
275
0 commit comments