2020-07-06
Features
- Support using a function to generate different chunk and asset naming patterns per chunk or asset (#3658)
- Add
referencedFiles
property to the chunk info in generateBundle to list referenced assets (#3661)
Pull Requests
- #3658: Add ability to use a function that returns a pattern string in all places where you could use a pattern string before (@frank-dspeed)
- #3661: Add referenced files to bundle (@lukastaegert)