webpackbar icon indicating copy to clipboard operation
webpackbar copied to clipboard

Confusing output when running two builds concurrently

Open OliverJAsh opened this issue 4 years ago • 1 comments

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 then npm run compile.

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.

Screen Recording 2020-06-03 at 13 35 04

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)

OliverJAsh avatar Jun 03 '20 12:06 OliverJAsh

same here, concurrently seems works only in the same nom run command, concurrently seems not work

joacub avatar Nov 30 '20 21:11 joacub