All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1374 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