webpack v5.10.0 Release Notes
Release Date: 2020-12-04 // almost 3 years ago-
๐ Bugfixes
- ๐ Multiple fixes regarding the side effects optimization (
"sideEffects": false
) when reexports and concatenated modules are combined
Contributing
- Typescript major 4
- Improved internal structure of our typings
๐ Performance
- 0๏ธโฃ
output.pathinfo: true
(default in development) adds less verbose information (and is faster) output.pathinfo: "verbose"
adds more verbose informationoutput.pathinfo: true
is cached- ๐ฑ avoid assets and module stats information generation when they are cached and cached assets/modules are not shown
- ๐ Multiple fixes regarding the side effects optimization (