You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
According to this page, I think I should be able to disable workbox logging by setting the "mode" option to "production":
https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#.generateSW
But when I include this in the function exported by
.eleventy.js
it says"mode" is not a supported parameter"
:Do you know how I can disable the workbox logging that appears in the DevTools console?
The text was updated successfully, but these errors were encountered: