Features
- [Stats] do not display loader prefix for modules in bold
- [Stats] improve grouping by path for modules and assets
- add
optimization.splitChunks.defaultSizeTypes
to specify size types considered for sizes when only a number is specified- this allows plugins to add default size types
Bugfixes
- [Stats] fix some space calculation issues for assets and modules space limit
- [Stats] fix filtered item count
- remove error when
watch
option is used withoutcallback
and show a deprecation message instead.