webpack v5.0.0-beta.26 Release Notes

Release Date: 2020-08-14 // over 3 years ago
  • ๐Ÿ”‹ Features

    • โž• add error message when there are conflicting star exports
    • track reexports in opimization.providedExports
    • display reexports in output.pathinfo
    • ๐Ÿ‘Œ improve performance
      • chunk graph building
      • optimization.splitChunks
      • hashing
    • โž• add more statistics for performance-related issues

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix problem with script externals where the url contains @
    • ๐Ÿ‘Œ improves handling of dynamic modules for reexporting
    • ๐Ÿ— build errors are no longer treated as warnings for optional modules