Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 482 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 482 Bytes

4.2.1

  • collect filenames and licenses from child compilers (thanks to @WIStudent)

4.2.0

  • added includePackages option (thanks to @WIStudent)

4.1.4

  • provide compatibility starting from Node 12 via package.json engines field because yarn v1 seems to enforce those even on a projects dependencies

4.1.3

  • got rid of some webpack 5 deprecation warnings
  • fixed multiple entry module error #435