diff --git a/src/index.tsx b/src/index.tsx index 8ff4f13..7ef674f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -17,7 +17,5 @@ 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: https://bit.ly/CRA-PWA -serviceWorker.unregister(); +// See https://bit.ly/CRA-PWA for the list of possible problems. +serviceWorker.register();