- collect filenames and licenses from child compilers (thanks to @WIStudent)
- added
includePackages
option (thanks to @WIStudent)
- provide compatibility starting from Node 12 via package.json
engines
field becauseyarn
v1 seems to enforce those even on a projects dependencies
- got rid of some webpack 5 deprecation warnings
- fixed multiple entry module error #435