luaz
luaz
I don't thinks it is supported, but this should work http://stackoverflow.com/a/18368683/561259
There is a hacky solution for React (reference as potential solution) cra-append-sw: `Utility tool to append custom code to ServiceWorker created by Create React App` Basically run another command after...
> Does this occur anywhere other than Firebase Cloud Functions? Does Node.js 14 exhibit the same behaviour? Does increasing the memory allocation help? It work fine on my machine running...
If `"start_url": "/"`, I usually just need use following code in `service-worker.js` to pass the lighthouse requirement of `Failures: Service worker does not successfully server the manifest's start_url` ```javascript self.addEventListener('install',...
I test it on Chrome 64 on Linux and is still getting the warning (stable, not canary). The warning aside, how to add external assets (non-webpack assets) or urls to...