All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1625 days ago

Changelog History
Page 1

  • v5.10.1 Changes

    December 11, 2020

    ๐Ÿ›  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
  • v5.10.0 Changes

    December 04, 2020

    ๐Ÿ›  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
  • v5.9.0 Changes

    November 28, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ improve side effects analysis to report imported and reexported symbols as side-effect-free

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix problem when HMR and different runtimes (e. g. with Workers)
      • caused crash with ... has no hash info for runtime ...
  • v5.8.0 Changes

    November 26, 2020

    ๐Ÿ”‹ Features

    • โž• add the ability to process assets generated in later stages during processAssets
    • ๐Ÿฑ new processAssets stage: PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE
    • โž• add hooks to the RealContentHashPlugin to allow to process custom hashes (e. g. SRI)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix typing for child compiler plugins
    • ๐Ÿฑ SourceMapPlugin will process assets added in later stages during asset processing
  • v5.7.0 Changes

    November 26, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ CLI supports installing webpack-cli via pnpm

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix problem with ASI detection, causing semicolons inserted after if(...) etc.
  • v5.6.0 Changes

    November 19, 2020

    ๐Ÿ›  Bugfixes

    • โš  emit warnings/errors for exports in commonjs modules for which we know that they don't exist
  • v5.5.1 Changes

    November 18, 2020

    ๐Ÿ›  Bugfixes

    • fix crash when __esModule is defined with defineProperty without value
  • v5.5.0 Changes

    November 17, 2020

    ๐Ÿ›  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
  • v5.4.0 Changes

    November 03, 2020

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix renaming in super class expression in nested scopes
    • ๐Ÿ›  fix parsing and handling of browserlist queries
    • ๐Ÿ›  fix a few edge cases with ESM-CJS interop and .mjs
    • ๐Ÿ›  fix ASI edge cases
  • v5.3.2 Changes

    October 29, 2020

    ๐Ÿ›  Bugfixes

    • โš™ runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules