Unregister instead of doing nothing

This commit is contained in:
Nicholas Zuber 2020-01-21 18:31:55 -05:00
parent 30599fb231
commit 7c4d320fa4

View File

@ -9,4 +9,4 @@ ReactDOM.render(<App />, 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.register();
serviceWorker.unregister();