-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat(PWA): adds assets and worker for PWA #737
base: master
Are you sure you want to change the base?
Conversation
LGTM, but it still needs a sync from master to resolve conflicts |
There were some PRs merged to master yesterday which now conflict, I will pull master and re-push when I get off work. |
Updated, waiting on review. |
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.
you have to remove this
Line 17 in dcc90e3
if ('serviceWorker' in navigator) { |
registerType: 'autoUpdate', | ||
manifest: false, | ||
workbox: { | ||
globPatterns: ['**/*.{js,css,html,ico,png,svg}'], |
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.
this includes way too much, it loads files that might never be needed
No description provided.