-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
webpack5Docs for webpack 5Docs for webpack 5
Milestone
Description
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#8017
- remove
origin
,dependencies
andoriginLoc
from WebpackError, onlymodule
is relevant - remove Semaphore and replace it with AsyncQueue
- add AsyncQueue as Tapable object
- remove Compilation.waitForBuildingFinished
- Merge Compilation.addModuleDependencies into Compilation.processModuleDependencies
- add Compilation.handleModuleCreation
- add Compilation.factorizeModule
- deprecate Module.needRebuild, add Module.needBuild
- remove Module.unbuild
- add Module.invalidateBuild
- improve sorting of errors and warnings
- add integration time (profile) to module stats
- add locations in module trace
What kind of change does this PR introduce?
refactoring
Did you add tests for your changes?
existing test
Does this PR introduce a breaking change?
yes
What needs to be documented once your changes are merged?
- remove
origin
,dependencies
andoriginLoc
from WebpackError, onlymodule
is relevant - remove Compilation.waitForBuildingFinished
- deprecate Module.needRebuild, add Module.needBuild
- remove Module.unbuild
- add Module.invalidateBuild
Metadata
Metadata
Assignees
Labels
webpack5Docs for webpack 5Docs for webpack 5