Would it be possible to add the ability to specify a custom url to open in the browser with the --open flag?
webpack-dev-server --host 0.0.0.0 --open somealias.com
i sometimes use an alias for localhost to communicate what environment i'd like my app to run in.