Skip to content
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

fix(cli-service): avoid opening browser twice (#4063) #4079

Merged
merged 1 commit into from
May 30, 2019
Merged

fix(cli-service): avoid opening browser twice (#4063) #4079

merged 1 commit into from
May 30, 2019

Conversation

xovel
Copy link
Contributor

@xovel xovel commented May 30, 2019

Fix #4063

@sodatea sodatea merged commit 47d56e9 into vuejs:dev May 30, 2019
@vue-bot
Copy link

vue-bot commented May 30, 2019

Hey @xovel, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚

@wyyx50
Copy link

wyyx50 commented Jun 15, 2019

这个问题并没有被修复,我升级到最新的3.8.3版本,依然存在打开两次浏览器的问题

@xovel
Copy link
Contributor Author

xovel commented Jun 15, 2019

这个问题并没有被修复,我升级到最新的3.8.3版本,依然存在打开两次浏览器的问题

请检查一下你用的是本地的 CLI 还是全局的 CLI。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When vue.config.js set devServer.open to true it will open twice.
4 participants