From 60b4348166edbefbc65c80b46060d2c95fc24758 Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Tue, 21 Jan 2020 18:34:33 -0500 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 b7a28a1..15848f4 100644 --- a/src/index.js +++ b/src/index.js @@ -9,4 +9,4 @@ ReactDOM.render(, document.getElementById('root')); // 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: http://bit.ly/CRA-PWA -serviceWorker.unregister(); +serviceWorker.register();