Skip to content

v5.76.2

Compare
Choose a tag to compare
@TheLarkInn TheLarkInn released this 15 Mar 15:31
· 1573 commits to main since this release

Bugfixes

  • Fix bug where a missing semicolon in generated bundle output for publicPathRuntime would cause concatenated runtime errors by @snitin315 in #16811
  • Remove redundant semicolons generated in bundle runtime code after onScriptComplete function by @ahaoboy in #16347
  • Fix bug where RealContentHashPlugin was not respecting output.hashSalt's ability to cause a force recalculation of [contenthash] for emitted assets by @dmichon-msft #16789

Performance

  • Improve memory and runtime performance of sourcemaps via hoisting Regular Expression literals to stored variables by @TheLarkInn in #15722
  • Correct v8 deoptimization in ModuleGraph due to instance property declarations occurring outside of constructor by @snitin315 in #16830

Developer Experience

  • Improved internal typings to match webpack-sources typings for Source instances by @snitin315 in #16805
  • Update repo examples to include missing quotation by @snitin315 in #16812

New Contributors

Full Changelog: v5.76.1...v5.76.2