| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-10 | 885 Bytes | |
| v5.105.1 source code.tar.gz | 2026-02-10 | 9.2 MB | |
| v5.105.1 source code.zip | 2026-02-10 | 13.0 MB | |
| Totals: 3 Items | 22.2 MB | 0 | |
Patch Changes
-
Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use
toSafePathto replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @xiaoxiaojx in #20424) -
Revert part of the createRequire generation behavior for
require("node:...")to keep compatibility with those modules exports, e.g.const EventEmitter = require("node:events");. (by @hai-x in #20433) -
Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @hai-x in #20433)