This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 65
[Upstream] Silence webpack progress #27
Comments
I found a related upstream issue, so this might have to wait. |
FYI, the current workaround is to add |
Based on your comment, I tried the following, without success.
It doesn't seem progress plugin is in place for webpack dev server.
I was able to stop progress from being displayed by doing the following in vue.config.js:
Info found here: vuejs/vue-cli#4557 (comment) |
Webpack progress was silenced in the sample project: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With vue-cli 3.11.0 the progress is printed like that:
Works fine with vue-cli 3.10.0.
VueCliMiddleware 2.2.x
The text was updated successfully, but these errors were encountered: