From 2e86e121c447989079e4241be11c02c11498b14f Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:18:51 -0400 Subject: [PATCH] turn service worker back on --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 6e1daa8..6d5d608 100644 --- a/src/index.js +++ b/src/index.js @@ -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))