Replies: 1 comment
-
@baymac add declare const self: ServiceWorkerGlobalScope;
// https://developer.chrome.com/docs/workbox/troubleshooting-and-logging/#turn-off-logging-in-development-builds-in-any-workflow
self.__WB_DISABLE_DEV_LOGS = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I could not find a config to disable the logs, which makes it difficult to debug with custom logs.
Beta Was this translation helpful? Give feedback.
All reactions