webpack v5.109.2

v5.109.2
Changed 1
  • Annotate configuration options and public hooks in the generated types with the @since JSDoc tag
Fixed 5
  • Resolve aliases pointing at a package directory whose name ends with .js
  • Name CSS sources in source maps by their resource path, without the css prefix
  • Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build
  • Report universal as the loader context target for the universal target
  • Skip require().prop in dead branches gated by inlined imported constants
Patch Changes
  • Resolve aliases pointing at a package directory whose name ends with .js again. (by @alexander-akait in #21542)

  • Name CSS sources in source maps by their resource path, without the css prefix. (by @bjohansebas in #21536)

  • Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @bjohansebas in #21528)

  • Report "universal" as the loader context target for the universal target. (by @alexander-akait in #21540)

  • Skip require().prop in dead branches gated by inlined imported constants. (by @hai-x in #21517)

  • Annotate configuration options and public hooks in the generated types with the @since JSDoc tag. (by @bjohansebas in #21473)

View original

Upgraded? How did it go?

Discussion