Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@jscheid jscheid released this 12 Jan 23:16
· 92 commits to main since this release
ad9265e
  • Allow deferred loading of hashes. Specifying the new option hashLoading: "lazy" will cause integrity hashes for any given asset to be defined in its direct parents in the chunk graph. This can lead to duplication of hashes across assets, but can significantly reduce the size of entry chunk(s) when there are a large number of async chunks. (#171)