# webpack v5.110.1 - Product: webpack (https://whatsnew.fyi/product/webpack) - Vendor: OpenJS Foundation - Date: 2026-08-27 - Version: v5.110.1 - Original notes: https://github.com/webpack/webpack/releases/tag/v5.110.1 - Permalink: https://whatsnew.fyi/product/webpack/releases/v5.110.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix a capture-group-less snapshot.managedPaths RegExp and speed up cache writes - **fixed** — Throw SyntaxError or WebAssembly.CompileError from an unparsable module - **fixed** — Accept the optimization.minimize: true shorthand set by a plugin in apply() ###### Patch Changes - Fix a capture-group-less `snapshot.managedPaths` RegExp; speed up cache writes. (by [@alexander-akait](https://github.com/alexander-akait) in [#21843](https://github.com/webpack/webpack/pull/21843)) - Throw `SyntaxError`, or `WebAssembly.CompileError`, from an unparsable module. (by [@alexander-akait](https://github.com/alexander-akait) in [#21847](https://github.com/webpack/webpack/pull/21847)) - Accept the `optimization.minimize: true` shorthand set by a plugin in `apply()`. (by [@AgentEnder](https://github.com/AgentEnder) in [#21845](https://github.com/webpack/webpack/pull/21845))