We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4d0db commit 01b1347Copy full SHA for 01b1347
tools/docs/www/src/index.jsx
@@ -21,14 +21,8 @@
21
import React from 'react';
22
import ReactDOM from 'react-dom';
23
import App from './client.jsx';
24
-import * as serviceWorker from './service_worker.js';
25
26
27
// MAIN //
28
29
ReactDOM.hydrate( <App />, document.getElementById( 'root' ) );
30
-
31
-// If you want your app to work offline and load faster, you can change
32
-// unregister() to register() below. Note this comes with some pitfalls.
33
-// Learn more about service workers: https://bit.ly/CRA-PWA
34
-serviceWorker.unregister();
tools/docs/www/src/service_worker.js
0 commit comments