webpack/webpack
### [`v5.20.0`](https://togithub.com/webpack/webpack/releases/v5.20.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.19.0...v5.20.0)
### Features
- add `experiments.lazyCompilation.imports` to disable lazy compilation of `import()`s
- add `experiments.lazyCompilation.test` to allow custom selection of modules that should be lazy compiled
- When using `profile: true` resp. `--profile` webpack will now print a summary of expensive modules or loaders
### Bugfixes
- fix that `experiments.lazyCompilation.client` now works as intended
- fix a bug which causes runtime requirements to be missing e. g. `__webpack_require__ is not defined`
### Developer Experience
- expose `EntryObject` type in typings
- remove `pkg-dir` dependency
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.19.0
->5.20.0
Release Notes
webpack/webpack
### [`v5.20.0`](https://togithub.com/webpack/webpack/releases/v5.20.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.19.0...v5.20.0) ### Features - add `experiments.lazyCompilation.imports` to disable lazy compilation of `import()`s - add `experiments.lazyCompilation.test` to allow custom selection of modules that should be lazy compiled - When using `profile: true` resp. `--profile` webpack will now print a summary of expensive modules or loaders ### Bugfixes - fix that `experiments.lazyCompilation.client` now works as intended - fix a bug which causes runtime requirements to be missing e. g. `__webpack_require__ is not defined` ### Developer Experience - expose `EntryObject` type in typings - remove `pkg-dir` dependencyRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.