From 6024c7ca64d29781768891cb2560f8b4f45f73a2 Mon Sep 17 00:00:00 2001 From: goodmice Date: Thu, 27 Oct 2022 16:48:44 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D1=80=D0=B5=D0=B7=D0=B0=D0=BD=20we?= =?UTF-8?q?b-vitals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- src/index.tsx | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index caa52ad..8ac132b 100755 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "react-dom": "^18.1.0", "react-router-dom": "^6.3.0", "rxjs": "^7.5.5", - "usehooks-ts": "^2.6.0", - "web-vitals": "^2.1.4" + "usehooks-ts": "^2.6.0" }, "scripts": { "test": "jest", diff --git a/src/index.tsx b/src/index.tsx index d09f3d5..5354f6e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,6 @@ import React from 'react' import { createRoot } from 'react-dom/client' -import reportWebVitals from './reportWebVitals' import App from './App' import '@styles/index.css' @@ -14,8 +13,3 @@ root.render( ) - -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals -reportWebVitals()