We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.11.0
https://new-issue.vuejs.org/?repo=vuejs/vue-cli
win10
vue.config.js
module.export = { devServer: { inline: false, hot: false } }
or
module.export = { chainWebpack: config => { config.devServer.set('inline', false) config.devServer.set('hot', false) } }
When files are modified, browsers refresh, I hope browsers don't refresh automatically
browsers refresh
browsers don't refresh automatically
The text was updated successfully, but these errors were encountered:
Wrong config. See #4368 (comment)
Sorry, something went wrong.
No branches or pull requests
Version
3.11.0
Reproduction link
https://new-issue.vuejs.org/?repo=vuejs/vue-cli
Environment info
Steps to reproduce
vue.config.js
or
When files are modified, browsers refresh, I hope browsers don't refresh automatically
What is expected?
browsers refresh
What is actually happening?
browsers don't refresh automatically
The text was updated successfully, but these errors were encountered: