clessg / progress-bar-webpack-plugin

A progress bar plugin for Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What if you have 2 bars?

Pixelatex opened this issue · comments

I have 2 webpack processes, one for the server and one for the client. I've given each a bar but they kinda overlap since they run at the same time :/

Any idea on how I can separate the loading bars for this?