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

[HMR] Waiting for update signal from WDS #821

Closed
NanoDev777 opened this issue Feb 9, 2018 · 3 comments
Closed

[HMR] Waiting for update signal from WDS #821

NanoDev777 opened this issue Feb 9, 2018 · 3 comments

Comments

@NanoDev777
Copy link

I am developing a simple application with vue uytilizando the cli, suddenly begin to have this message in the console, is the only error that I have, this has to do with the configuration of webpack or something of vue?

@vue-bot
Copy link

vue-bot commented Feb 9, 2018

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

@vue-bot vue-bot closed this as completed Feb 9, 2018
@createdbyjurand
Copy link

in
package.json
change
"serve": "vue-cli-service serve",
to
"serve": "vue-cli-service serve --host localhost",

@bagaskarala
Copy link

bagaskarala commented Mar 26, 2019

i work with this fix in package.json
"serve": "vue-cli-service serve --host localhost --port 3333 --open"

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

No branches or pull requests

4 participants