File tree Expand file tree Collapse file tree 4 files changed +0
-302
lines changed
cra-template-typescript/template/src
cra-template/template/src Expand file tree Collapse file tree 4 files changed +0
-302
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from 'react';
22import ReactDOM from 'react-dom' ;
33import './index.css' ;
44import App from './App' ;
5- import * as serviceWorkerRegistration from './serviceWorkerRegistration' ;
65import reportWebVitals from './reportWebVitals' ;
76
87ReactDOM . render (
@@ -12,11 +11,6 @@ ReactDOM.render(
1211 document . getElementById ( 'root' )
1312) ;
1413
15- // If you want your app to work offline and load faster, you can change
16- // unregister() to register() below. Note this comes with some pitfalls.
17- // Learn more about service workers: https://cra.link/PWA
18- serviceWorkerRegistration . unregister ( ) ;
19-
2014// If you want to start measuring performance in your app, pass a function
2115// to log results (for example: reportWebVitals(console.log))
2216// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from 'react';
22import ReactDOM from 'react-dom' ;
33import './index.css' ;
44import App from './App' ;
5- import * as serviceWorkerRegistration from './serviceWorkerRegistration' ;
65import reportWebVitals from './reportWebVitals' ;
76
87ReactDOM . render (
@@ -12,11 +11,6 @@ ReactDOM.render(
1211 document . getElementById ( 'root' )
1312) ;
1413
15- // If you want your app to work offline and load faster, you can change
16- // unregister() to register() below. Note this comes with some pitfalls.
17- // Learn more about service workers: https://cra.link/PWA
18- serviceWorkerRegistration . unregister ( ) ;
19-
2014// If you want to start measuring performance in your app, pass a function
2115// to log results (for example: reportWebVitals(console.log))
2216// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments