dont regsiter worker

This commit is contained in:
Abhinav-grd 2021-08-29 19:35:23 +05:30
parent a6b0af2179
commit 4ad60fe2c2

View file

@ -8,7 +8,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
import 'photoswipe/dist/photoswipe.css';
import EnteSpinner from 'components/EnteSpinner';
import { logError } from '../utils/sentry';
import { Workbox } from 'workbox-window';
// import { Workbox } from 'workbox-window';
import { getEndpoint } from 'utils/common/apiUtil';
import { getData, LS_KEYS } from 'utils/storage/localStorage';
import HTTPService from 'services/HTTPService';
@ -449,8 +449,8 @@ export default function App({ Component, err }) {
console.warn('Progressive Web App support is disabled');
return;
}
const wb = new Workbox('sw.js', { scope: '/' });
wb.register();
// const wb = new Workbox('sw.js', { scope: '/' });
// wb.register();
if ('serviceWorker' in navigator) {
navigator.serviceWorker.onmessage = (event) => {