We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa94db commit 771eb84Copy full SHA for 771eb84
src/index.js
@@ -13,4 +13,4 @@ ReactDOM.render(<App />, document.getElementById('root'));
13
// If you want your app to work offline and load faster, you can change
14
// unregister() to register() below. Note this comes with some pitfalls.
15
// Learn more about service workers: http://bit.ly/CRA-PWA
16
-serviceWorker.unregister();
+serviceWorker.register();
0 commit comments