Skip to content

devServe inline:false is invalid #4647

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

Closed
HuangZhaoPing opened this issue Oct 4, 2019 · 1 comment
Closed

devServe inline:false is invalid #4647

HuangZhaoPing opened this issue Oct 4, 2019 · 1 comment

Comments

@HuangZhaoPing
Copy link

Version

3.11.0

Reproduction link

https://new-issue.vuejs.org/?repo=vuejs/vue-cli

Environment info

win10

Steps to reproduce

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

What is expected?

browsers refresh

What is actually happening?

browsers don't refresh automatically

@haoqunjiang
Copy link
Member

Wrong config. See #4368 (comment)

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

2 participants