Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 1.96 KB

0.6.0 (Oct 13, 2020)

Being overly careful here, this version is not breaking for almost all the existing users. It could possibly break in some edge cases, since it changes how modules are collected (from global to one each compilation) or if you have a workaround for a working webpack multi configuration.

  • BREAKING (POSSIBLY): Use a dedicated cache for every compilation (Prevent arbitrary files deletion when using Webpack with multi configurations) (PR #39)

0.5.2 (Oct 07, 2020)

  • Webpack 5 support using ModuleGraph API (PR #38)
  • npm audit fix: (ea9dd7)

0.5.1 (Jun 13, 2020)

  • Fix Maximum call stack size exceeded (PR #34)
  • Added CHANGELOG (3e3767)

0.5.0 (May 18, 2020)

0.4.0 (Sep 8, 2019)

  • feat: add support for module js files (PR #21)