diff --git a/src/uv.sw.js b/src/uv.sw.js index 0759104..696bd3b 100644 --- a/src/uv.sw.js +++ b/src/uv.sw.js @@ -1,5 +1,5 @@ -importScripts('./uv.bundle.js'); -importScripts('./uv.config.js'); +// Users must import the config (and bundle) prior to importing uv.sw.js +// This is to allow us to produce a generic bundle with no hard-coded paths. class UVServiceWorker extends EventEmitter { constructor(config = __uv$config) {