-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue-cli may open browser twice auto if I set 'devServer.open' : true #4108
Comments
duplicate: #4032 |
Sorry for a late reply, but this is not a duplicate issue. The issue @LinusBorg referenced is not even similar to this one. As I understand this one, though it does lack quite a lot of info and it's not really well-documented, it is stating that when in environment (very poorly) described above, and if the While the referenced issue ( #4032 ) is related to a totally unrelated fact, that the "open app" button in VueCli-UI under the Please correct me if I'm wrong or if there's a need for further explanation. |
@aljaxus Yes , the VueCli would open two tabs in browser if |
I'm pretty sure there was another issue about this but it seems I linked the wrong one. I'll reopen now and check later |
Fixed in 3.8.3 |
Version
3.8.0
Environment info
Steps to reproduce
set 'devServer.open' to true in vue.config.js and run 'vue-cli-service serve'
What is expected?
fix this bug
What is actually happening?
when I set 'devServer.open': true in vue.config.js, vue-cli may open browser twice auto
The text was updated successfully, but these errors were encountered: