webpack v5.5.0 Release Notes

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

    • ๐Ÿ›  fix ASI issues that occur between concatenated modules
    • ๐Ÿ›  fix incorrect handling of [id] and etc. in SourceMap sources
    • ๐Ÿ›  fix side-effect-free handling of exports for concatenated modules that causes an unused export
    • ๐Ÿ‘‰ make ESM-CJS interop handling consistent
      • make __esModule flag consistent exposed
      • handle non enumerable exports
      • handle inherited exports
      • handle exported Promises