-
Notifications
You must be signed in to change notification settings - Fork 66
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
Webpackbar's info will disappear when use webpack5 #81
Comments
sunyuu
changed the title
webpackbar's info will disappear when use webpack5
Webpackbar's info will disappear when use webpack5
Feb 3, 2021
probably webpack still handler message after the compiler hook the 'done' |
I have the same problem. |
+1 |
hangaoke1
pushed a commit
to hangaoke1/webpackbar
that referenced
this issue
Mar 11, 2024
8 tasks
pi0
pushed a commit
that referenced
this issue
Nov 6, 2024
Should be solved by #81 in next (major) version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
[email protected]
[email protected]
Steps to reproduce
use webpack5 run two webpack builds concurrently like below
What is actually happening?
We see two bars, but server bar's info will disappear after server compiler done.
What is expected ?
The two bar's info show correctly.
The text was updated successfully, but these errors were encountered: