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

Changelog History
Page 8

  • v4.38.0 Changes

    July 26, 2019

    ๐ŸŽ Performance

    • ๐Ÿ‘Œ Improved performance of ProgressPlugin
    • ๐Ÿ‘Œ Improved performance of chunk graph generation
      • This can boost performance when many chunks are used, especially incremental build performance
      • Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
    • ๐Ÿšš optimization.removeAvailableModules is now disabled in development mode by default
      • optimization.removeAvailableModules will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
  • v4.37.0 Changes

    July 23, 2019

    ๐Ÿ”‹ Features

    • โž• add logging API (see #9436 for details)
  • v4.36.1 Changes

    July 17, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix regression in 4.36.0 when using happypack
  • v4.36.0 Changes

    July 17, 2019

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ SourceMapDevToolPlugin append option now supports the default placeholders in addition to [url]
    • ๐Ÿ“œ Arrays in resolve and parser options (Rule and Loader API) support backreferences with "..." when overriding options.
  • v4.35.3 Changes

    July 08, 2019

    ๐Ÿ›  Bugfixes

    • โšก๏ธ update acorn to include import()

    ๐ŸŽ Performance

    • ๐Ÿ‘Œ Improved runtime performance for large JSON modules
  • v4.35.2 Changes

    July 01, 2019

    ๐Ÿ›  Bugfixes

    • realResource must match absolute paths