-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement request: Custom url for --open flag #739
Comments
Have you tried using |
i think that just affects the code that webpack injects into the page to talk to the dev server. I was looking for a way to open somealias.come in the browser when the page opens, but i'd still like to have the host be 0.0.0.0 so other computers on my network can access my dev server. |
sure i can do that |
It appears that #749 fixed this issue, so closing. please ping me if that's not the case and we'll reopen the discussion. |
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.
The text was updated successfully, but these errors were encountered: