Download Latest Version v5.106.2 source code.tar.gz (9.5 MB)
Email in envelope

Get an email when there's a new version of webpack

Home / v5.106.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-10 1.0 kB
v5.106.1 source code.tar.gz 2026-04-10 9.5 MB
v5.106.1 source code.zip 2026-04-10 13.6 MB
Totals: 3 Items   23.1 MB 1

Patch Changes

  • Fix two ES5-environment regressions in the anonymous default export .name fix-up: the generated code referenced an undeclared __WEBPACK_DEFAULT_EXPORT__ binding causing ReferenceError, and used Reflect.defineProperty which is not available in pre-ES2015 runtimes. The fix-up now references the real assignment target and uses Object.defineProperty / Object.getOwnPropertyDescriptor. (by @xiaoxiaojx in #20796)

  • Prevent !important from being renamed as a local identifier in CSS modules. (by @xiaoxiaojx in #20798)

  • Use compiler context instead of module context for CSS modules local ident hashing to avoid hash collisions when files with the same name exist in different directories. (by @xiaoxiaojx in #20799)

Source: README.md, updated 2026-04-10