webpack v5.10.1 Release Notes

Release Date: 2020-12-11 // over 3 years ago
  • ๐Ÿ›  Bugfixes

    • avoid duplicating chunk info in chunk loading global
    • ๐Ÿ‘ allow executing chunks before runtime is loaded
    • ๐Ÿฑ avoid error when emitting assets with different query string but identical filename and content
    • ๐Ÿ›  fix duplicated asset name in processAssets with additionalAssets
    • โž• add missing \ in module info header comment

Previous changes from v5.10.0

  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Multiple fixes regarding the side effects optimization ("sideEffects": false) when reexports and concatenated modules are combined

    Contributing

    • Typescript major 4
      • Improved internal structure of our typings

    ๐ŸŽ Performance

    • 0๏ธโƒฃ output.pathinfo: true (default in development) adds less verbose information (and is faster)
    • output.pathinfo: "verbose" adds more verbose information
    • output.pathinfo: true is cached
    • ๐Ÿฑ avoid assets and module stats information generation when they are cached and cached assets/modules are not shown