Releases: webpack/webpack-bundle-analyzer
Releases · webpack/webpack-bundle-analyzer
Release list
v5.3.1
Patch Changes
-
Explicitly define
stats.toJson()options for bundle analysis to support Rspack 2.0 with minimal code changes needed. (by @SyMind in #718) -
Fix the treemap not reflecting chunk checkbox selections. (by @christiango in #722)
v5.3.0
Minor Changes
-
Use new ECMA features in code. (by @alexander-akait in #713)
-
Added
propTypesto client components. (by @alexander-akait in #713)
Patch Changes
-
Fix a race condition in
writeStatsthat could lead to incorrect content instats.json. (by @alexander-akait in #713) -
Apply
prettierand update dependencies. (by @alexander-akait in #713)