Replies: 3 comments 13 replies
0 replies
|
Can Rspack implement the |
13 replies
|
To provide more context, I will list the differences between the Modern.js custom progress plugin and the Rspack builtin progress plugin:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
webpack's internal progressPlugin is not pretty and https://www.npmjs.com/package/webpackbar is much pretty.
so which behavior and interface should we align to?
we have needs for custom color but webpack's internal progressPlugin doesn't support it and webpackbar supports custom color, should we add color option to internal rspack.progressPlugin?
All reactions