Skip to content

Commit a742f24

Browse files
committed
rollback due failure on bootstrap
1 parent 4ea81bb commit a742f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!globalThis.crossOriginIsolated) {
1616
) {
1717
blobParts[0] = blobParts[0].replace(
1818
/^\/\*@\*\//,
19-
'await(await import("https://cdn.jsdelivr.net/npm/sabayon/dist/polyfill.js")).default();'
19+
'import "https://cdn.jsdelivr.net/npm/sabayon/dist/polyfill.js";'
2020
);
2121
}
2222
super(blobParts, ...args);

0 commit comments

Comments
 (0)