Skip to content

Commit

Permalink
feat(sri): add native plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Feb 13, 2025
1 parent 400d411 commit 353f43d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/rspack/etc/core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10639,7 +10639,10 @@ class SubresourceIntegrityPlugin extends NativeSubresourceIntegrityPlugin {

// @public (undocumented)
export type SubresourceIntegrityPluginOptions = {
hashFuncNames?: [SubresourceIntegrityHashFunction, ...SubresourceIntegrityHashFunction[]];
hashFuncNames?: [
SubresourceIntegrityHashFunction,
...SubresourceIntegrityHashFunction[]
];
htmlPlugin?: string | false;
enabled?: "auto" | boolean;
};
Expand Down

0 comments on commit 353f43d

Please sign in to comment.