Descriptive service worker error
Firefox does not support importing modules in web workers yet: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker#browser_compatibility
Note that this is only relevant to the development mode as in production, our service worker code is compiled and served as a single unified file without import statements.