disabled webvitals
Massimo Melina committed
Jan 10, 2022 at 11:45 UTC
e05982f2cc8ca90783d276289199d13eaca32be3
1 file changed
+2
-2
frontend/src/index.tsx
+2
-2
@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
3
import './index.scss';
4
import './min-crypto-polyfill'
5
import App from './App';
6
-import reportWebVitals from './reportWebVitals';
6
+//import reportWebVitals from './reportWebVitals';
7
8
ReactDOM.render(
9
<React.StrictMode>
@@ -15,4 +15,4 @@ ReactDOM.render(
15
// If you want to start measuring performance in your app, pass a function
16
// to log results (for example: reportWebVitals(console.log))
17
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
18
-reportWebVitals();
18
+//reportWebVitals();