v5.110.2
Changed 1
- Minify more HTML and CSS shorthands and cut two costs off printing
Fixed 6
- Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps
- Report a named import that is never read when it names a missing export
- Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order
- Stop output.html emitting an unused JS chunk for each generated page
- Stop emitting the CSS chunk loading runtime when every CSS chunk is initial
- Strip a BOM a loader put on a string and shift a source map that counted it
From webpack
Patch Changes
-
Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by @alexander-akait in #21851)
-
Minify more HTML and CSS shorthands, and cut two costs off printing. (by @alexander-akait in #21842)
-
Report a named import that is never read when it names a missing export. (by @alexander-akait in #21856)
-
Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order. (by @alexander-akait in #21852)
-
Stop
output.htmlemitting an unused JS chunk for each generated page. (by @alexander-akait in #21859) -
Stop emitting the CSS chunk loading runtime when every CSS chunk is initial. (by @alexander-akait in #21862)
-
Strip a BOM a loader put on a string, and shift a source map that counted it. (by @alexander-akait in #21857)