Vite update issue on chrome devtool #80
-
|
As I can see whenever I try to insert any HTML/jsx in the browsers dev tool it shows an update [vite] connecting... and the connected. How can I remove this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
You mean the initial connection logs? |
Beta Was this translation helpful? Give feedback.
-
|
image containing the real issue If you could look at the image, I'm talking about this one which I don't want to see on chrome dev-tool when I'm building any application. |
Beta Was this translation helpful? Give feedback.
-
|
If you're on recent Vite version, you need to remove This is not configurable |
Beta Was this translation helpful? Give feedback.
If you're on recent Vite version, you need to remove
Verbosefrom the Chrome Console log levels, which is the default. It should displayDefault levelsinstead ofAll levels. If the side panel is open, you can chooseInfoinstead of all messages.This is not configurable