-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
WDS not opening a browser tab when open: true
is set (Node API)
#1510
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
Comments
open: true
is set.open: true
is set (Node API)
Confirmed this doesn't work via the bare Node API atm, you could use
const config = {
//...
devServer: {
open: true
}
}; in the meantime |
/cc @hiroppy after refactor |
|
@hiroppy yep, we should move all what starting with https://github.com/webpack/webpack-dev-server/blob/master/bin/webpack-dev-server.js#L172 in |
Code
You can check out this barebones repo reproducing the issue.
The WDS is using via it's Node API with
open: true
.Expected Behavior
Browser tab should open
Actual Behavior
No browser tab is opened
For Bugs; How can we reproduce the behavior?
You can check out this barebones repo reproducing the issue.
The text was updated successfully, but these errors were encountered: