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
Passing real-time compilation progress from rust side to js seriously regresses the performance. I think this feature will not be implemented before a efficient way is found.
What problem does this feature solve?
https://rspack.dev/zh/plugins/webpack/internal-plugins#progressplugin
The documentation mentions it, but the function does not take effect when passed in!
There is an option to enable progress in
webpack-dev-server
:https://github.com/webpack/webpack-dev-server/blob/530db07435fd5c826aa105b2825324e10f2aea18/lib/Server.js#L1686
What does the proposed API of configuration look like?
Refer to the functional API of
webpack
.https://github.com/webpack/webpack-dev-server/blob/530db07435fd5c826aa105b2825324e10f2aea18/lib/Server.js#L1686
The text was updated successfully, but these errors were encountered: