-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Replace Service Worker with a noop #4795
Conversation
🦋 Changeset detectedLatest commit: 8504316 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
6cd88ce
to
151f42b
Compare
package.json
Outdated
"workbox-precaching": "^6.1.2", | ||
"workbox-routing": "^6.1.2", | ||
"workbox-strategies": "^6.1.2" | ||
"vite-plugin-pwa": "^0.19.8" |
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.
Question: do we still need pwa plugin?
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.
Good point. I kept it because we need to load sw.js
alongside all js chunks somehow. I'll look into keeping it as a static file.
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.
@krzysztofzuraw It seems we do not :)
b6320ba
to
715486a
Compare
55874ea
to
de3cc67
Compare
* we * replace sw with noop * update messages * changesets * remove unused npm pkg * statically serve sw * trigger
What type of PR is this?
Related Issues or Documents
Usage Instructions, Screenshots, Recordings
Have you written tests?
[Optional] Description