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 b4290ce commit 18925b8Copy full SHA for 18925b8
.gitignore
@@ -13,6 +13,7 @@
13
.next
14
/public/service-worker.js*
15
/public/workbox*
16
+/public/worker*
17
18
# misc
19
.DS_Store
worker/index.js
@@ -0,0 +1,5 @@
1
+// To disable all workbox logging during development, you can set self.__WB_DISABLE_DEV_LOGS to true
2
+// https://developers.google.com/web/tools/workbox/guides/configure-workbox#disable_logging
3
+
4
+// eslint-disable-next-line no-underscore-dangle,no-restricted-globals
5
+self.__WB_DISABLE_DEV_LOGS = true;
0 commit comments