We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if these two options from webpack-dev-server were available: https://webpack.js.org/configuration/dev-server/#devserveropen https://webpack.js.org/configuration/dev-server/#devserveropenpage
webpack-dev-server
Not a huge priority, but open: true to open http://locahost:port/ would be good enough for me.
open: true
http://locahost:port/
The text was updated successfully, but these errors were encountered:
Seems like https://github.com/domenic/opener is the way to go for this one. Wouldn't be opposed to adding this option.
Sorry, something went wrong.
https://www.npmjs.com/package/open There's also open, which is still actively maintained.
open
No branches or pull requests
It would be nice if these two options from
webpack-dev-server
were available:https://webpack.js.org/configuration/dev-server/#devserveropen
https://webpack.js.org/configuration/dev-server/#devserveropenpage
Not a huge priority, but
open: true
to openhttp://locahost:port/
would be good enough for me.The text was updated successfully, but these errors were encountered: