turn service worker back on

This commit is contained in:
lingdocs 2021-10-10 23:18:51 -04:00
parent 4711ef2670
commit 2e86e121c4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ReactDOM.render(
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://cra.link/PWA
serviceWorkerRegistration.unregister();
serviceWorkerRegistration.register();
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))