When I start webpack with watch: true, two progress bars appear.
The first one stops once webpack starts watching files and remains after the build is finished (whereas the second one changes into 'Build completed in ...')
Would be great if this can be fixed because it looks quite weird and broken.
When I start webpack with
watch: true, two progress bars appear.The first one stops once webpack starts watching files and remains after the build is finished (whereas the second one changes into 'Build completed in ...')
Would be great if this can be fixed because it looks quite weird and broken.