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
We are running two webpack builds concurrently. Each webpack build has its own instance of the WebpackBar plugin, with a unique name (client and server).
What is actually happening?
We see two bars, but a single bar will flicker between client and server.
One of the bars never updates.
What is expected ?
I would not expect this flickering—each build should have its own bar and it should not interfere with other bar instances.
This bug report is available on Nuxt community (#c44)
The text was updated successfully, but these errors were encountered:
Version
v4.0.0
Reproduction link
https://github.com/OliverJAsh/webpack-concurrently/tree/bar
Steps to reproduce
Reduced test case: https://github.com/OliverJAsh/webpack-concurrently/tree/bar
Note: you must use the
bar
branch.Run
yarn
and thennpm run compile
.We are running two webpack builds concurrently. Each webpack build has its own instance of the
WebpackBar
plugin, with a uniquename
(client
andserver
).What is actually happening?
client
andserver
.What is expected ?
I would not expect this flickering—each build should have its own bar and it should not interfere with other bar instances.
The text was updated successfully, but these errors were encountered: