-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
A pull request by @smelukov was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#10315
What kind of change does this PR introduce?
feature
Motivation: on huge projects, there is super incorrect percent value. This feature makes possible to specify the percent calculation algorithm. For example on huge projects percentBy: "entries"
gives more correctly percent value cause there are much entrypoints and they are known in advance
Did you add tests for your changes?
no, but added some other tests
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
ProgressPlugins has a new option percentBy
which can take "entries"
"dependencies"
"modules"
or null
(default).
Metadata
Metadata
Assignees
Labels
No labels