Most people probably only want the dev server to listen on localhost.
Additionally, overriding with `--host 0.0.0.0` here prevents passing a different
value for `--host` to yarn. For example:
```
$ yarnpkg start:js --host=::
yarn run v1.22.19
$ webpack-dev-server --host=0.0.0.0 --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --mode development --disable-host-check --hot --host=::
Unset VERSION variable - this may affect build output
✖ 「wds」: webpack Dev Server Invalid Options
options.host should be {String|Null} (https://webpack.js.org/configuration/dev-server/#devserverhost)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
10 KiB
10 KiB