Patch Changes
-
Resolve aliases pointing at a package directory whose name ends with
.jsagain. (by @alexander-akait in #21542) -
Name CSS sources in source maps by their resource path, without the
cssprefix. (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().propin dead branches gated by inlined imported constants. (by @hai-x in #21517) -
Annotate configuration options and public hooks in the generated types with the
@sinceJSDoc tag. (by @bjohansebas in #21473)