-
-
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
Issue with hot reloading and VirtualBox #3972
Comments
So far I modified my module.exports = {
devServer: {
host: '0.0.0.0',
https: true,
disableHostCheck: true,
watchOptions: {
poll: true
},
public: 'myvueapp.local'
}
} Anyway, Hot Reload doesn't work. Only |
Can you expand a bit what that exactly means? Does it mean that with Or does it mean that with |
@LinusBorg when I was running
and HMR was working. Now I understood I wrote it wrong about "Hot Reload doesn't work". So, as the conclusion: |
Understood, thanks. In that case: that's expected, as Vagrant doesn't allow/support watching files, see: https://webpack.js.org/configuration/watch/#watchoptionspoll |
Version
3.7.0
Reproduction link
https://github.com/Tarasovych/myvueapp
Environment info
Steps to reproduce
Homestead.yaml
npm run serve
inside VMWhat is expected?
Hot reloading works
What is actually happening?
Hot reloading doesn't work. Error
Nginx config:
hosts
on host machine:hosts
in VM:The text was updated successfully, but these errors were encountered: