Skip to content

Commit 01b1347

Browse files
committed
Remove service worker script
1 parent bc4d0db commit 01b1347

File tree

2 files changed

+0
-165
lines changed

2 files changed

+0
-165
lines changed

tools/docs/www/src/index.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@
2121
import React from 'react';
2222
import ReactDOM from 'react-dom';
2323
import App from './client.jsx';
24-
import * as serviceWorker from './service_worker.js';
2524

2625

2726
// MAIN //
2827

2928
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

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)