You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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"
}
}
The text was updated successfully, but these errors were encountered: