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

Use packaged service worker instead of copy paste #340

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

matthiasgeihs
Copy link
Member

Previously, we've seen issues where we missed to copy the correct version of the service worker file, which resulted in popup flow issues that were hard to debug.

This PR proposes to instruct the dev server to serve the service worker directly from the package dependency, thereby no longer requiring to copy the files manually. Could/should be adapted in other examples as well.

@matthiasgeihs matthiasgeihs changed the base branch from master to alpha July 9, 2024 13:43
@chaitanyapotti chaitanyapotti merged commit f853841 into alpha Jul 11, 2024
1 check passed
@chaitanyapotti chaitanyapotti deleted the feat/service-worker-ref branch July 11, 2024 03:52
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.

2 participants