Skip to content

Commit 6fbb060

Browse files
authored
fix: html preloading injection (#410)
1 parent 75a3e8a commit 6fbb060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ export class Generator {
858858
? ` integrity="${await getIntegrity(
859859
new Uint8Array(
860860
await (
861-
await fetch(url, this.traceMap.resolver.fetchOpts)
861+
await fetch(dep, this.traceMap.resolver.fetchOpts)
862862
).arrayBuffer()
863863
)
864864
)}"`

0 commit comments

Comments
 (0)