v5.110.1
Fixed 3
- Fix a capture-group-less snapshot.managedPaths RegExp and speed up cache writes
- Throw SyntaxError or WebAssembly.CompileError from an unparsable module
- Accept the optimization.minimize: true shorthand set by a plugin in apply()
From webpack
Patch Changes
-
Fix a capture-group-less
snapshot.managedPathsRegExp; speed up cache writes. (by @alexander-akait in #21843) -
Throw
SyntaxError, orWebAssembly.CompileError, from an unparsable module. (by @alexander-akait in #21847) -
Accept the
optimization.minimize: trueshorthand set by a plugin inapply(). (by @AgentEnder in #21845)