npm webpack 5.105.1
v5.105.1

13 hours ago

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to 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)

Don't miss a new webpack release

NewReleases is sending notifications on new releases.