Update dependency webpack-subresource-integrity to v5.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webpack-subresource-integrity | dependencies | minor | 5.0.0 -> 5.1.0 |
Release Notes
waysact/webpack-subresource-integrity
v5.1.0
- 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)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.