Skip to content

stats config invalid ? #2652

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
huxubin opened this issue Sep 29, 2018 · 2 comments
Closed

stats config invalid ? #2652

huxubin opened this issue Sep 29, 2018 · 2 comments
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@huxubin
Copy link

huxubin commented Sep 29, 2018

What problem does this feature solve?

In vue.config.js file,set stats value "errors-only" or others parameters,vast compiling messages still turn up when execute vue-cli-service serve.
How to solve this problem ?

What does the proposed API look like?

vue.config.js:
module.exports = {
devServer: {
stats: "errors-only"
}
}

@LinusBorg
Copy link
Member

LinusBorg commented Sep 29, 2018

We use friendly-errors-webpack-plugin, which requires devServer.quiet to be set and with that setting, devServer.stats has no effect at all.

vast compiling messages still turn up when execute vue-cli-service serve.

I'm not sure I understand what you are referring to here. That plugin shouldn't show that, and in my experience, it doesn't

@LinusBorg LinusBorg added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label Sep 29, 2018
@LinusBorg
Copy link
Member

Closing for inactivity. I'm happy to re-open when OP can provide more infomation / a reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

No branches or pull requests

2 participants