Skip to content

Update dependency webpack-subresource-integrity to v5.1.0

renovate requested to merge renovate/webpack-subresource-integrity-5.x into master

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

Compare Source

  • 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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports