-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(v2): Update workbox to v6 #4120
Conversation
[V1] Deploy preview failure Built without sensitive environment variables with commit c0873f1 https://app.netlify.com/sites/docusaurus-1/deploys/6012f039fdbaef000782af31 |
Size Change: 0 B Total Size: 28.8 kB ℹ️ View Unchanged
|
Deploy preview for docusaurus-2 ready! Built without sensitive environment variables with commit c0873f1 |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4120--docusaurus-2.netlify.app/classic/ |
@@ -20,7 +20,7 @@ async function clearRegistrations() { | |||
const registrations = await navigator.serviceWorker.getRegistrations(); | |||
if (debug && registrations.length > 0) { | |||
console.log( | |||
`[Docusaurus-PWA][registerSW]: unregister service workers`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just makes casing consistent with the file name
Thanks, seems to keep working 👍 |
Motivation
Its an update, updates are usually cool
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Looks to work just fine
Related PRs
n/a