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
running command vuepress dev --port 23300 --host myhost.com docs should: listen on 23300 - http listen on 23301 - HMR (according to https://github.com/vuejs/vuepress/blob/master/lib/dev.js#L105)
vuepress dev --port 23300 --host myhost.com docs
but HMR port is random (every run)
0.10.1
run command vuepress dev --port 23300 --host myhost.com docs
port + 1 or provided by options (according to https://github.com/vuejs/vuepress/blob/master/lib/dev.js#L105)
random port for HMR
The text was updated successfully, but these errors were encountered:
64bb80d
Revert "fix: setting HMR port (close: #582) (#586)"
c5afc1b
- Revert is because there is a better solution at #590 This reverts commit 64bb80d.
No branches or pull requests
Bug report
running command
vuepress dev --port 23300 --host myhost.com docs
should:
listen on 23300 - http
listen on 23301 - HMR (according to https://github.com/vuejs/vuepress/blob/master/lib/dev.js#L105)
but HMR port is random (every run)
Version
0.10.1
Steps to reproduce
run command
vuepress dev --port 23300 --host myhost.com docs
What is expected?
port + 1 or provided by options
(according to https://github.com/vuejs/vuepress/blob/master/lib/dev.js#L105)
What is actually happening?
random port for HMR
Other relevant information
The text was updated successfully, but these errors were encountered: