We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114a770 commit 32d20f0Copy full SHA for 32d20f0
src/Uno.Wasm.Bootstrap/Embedded/service-worker.js
@@ -1,6 +1,6 @@
1
// As of Dec 2024, Firefox does not support ES6 modules in service workers, so we need to use importScripts
2
// https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker#browser_compatibility
3
-importScripts("$(REMOTE_WEBAPP_PATH)$(REMOTE_BASE_PATH)/uno-config.js");
+importScripts("$(REMOTE_WEBAPP_PATH)$(REMOTE_BASE_PATH)/uno-config-script.js");
4
5
if (config.environmentVariables["UNO_BOOTSTRAP_DEBUGGER_ENABLED"] !== "True") {
6
console.debug("[ServiceWorker] Initializing");
0 commit comments