Skip to content
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

move service worker registration into main app bundle #507

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

asdfzdfj
Copy link
Contributor

moved service worker registration into main app bundle, and also deferred the service worker registration a bit as recommended by https://web.dev/articles/service-workers-registration#improving_the_boilerplate, though our service worker doesn't seems to be doing anything much.

this removes 1 inline script block from base template

moved service worker registration into main app bundle, and also
deferred the service worker registration a bit as recommended by
https://web.dev/articles/service-workers-registration#improving_the_boilerplate,
though our service worker doesn't seems to be doing anything much.

this removes 1 inline script block from base template
@asdfzdfj asdfzdfj force-pushed the fix/service-worker-register-in-js branch from bd3097f to 5aceae8 Compare February 18, 2024 13:11
@asdfzdfj asdfzdfj merged commit 7c53e67 into main Feb 18, 2024
7 checks passed
@asdfzdfj asdfzdfj deleted the fix/service-worker-register-in-js branch February 18, 2024 13:59
andrewmoise pushed a commit to andrewmoise/mbin that referenced this pull request Feb 20, 2024
moved service worker registration into main app bundle, and also
deferred the service worker registration a bit as recommended by
https://web.dev/articles/service-workers-registration#improving_the_boilerplate,
though our service worker doesn't seems to be doing anything much.

this removes 1 inline script block from base template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants