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 cd294a6 commit 3c4928eCopy full SHA for 3c4928e
src/index.js
@@ -4,7 +4,7 @@ import './index.css';
4
import App from './App';
5
import store from './store';
6
import { Provider } from 'react-redux';
7
-import * as serviceWorker from './serviceWorker';
+import * as serviceWorkerRegistration from './serviceWorkerRegistration';
8
9
ReactDOM.render(
10
<React.StrictMode>
@@ -18,4 +18,4 @@ ReactDOM.render(
18
// If you want your app to work offline and load faster, you can change
19
// unregister() to register() below. Note this comes with some pitfalls.
20
// Learn more about service workers: https://bit.ly/CRA-PWA
21
-serviceWorker.register();
+serviceWorkerRegistration.register();
0 commit comments