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
Verbose
from the Chrome Console log levels, which is the default. It should displayDefault levels
instead ofAll levels
. If the side panel is open, you can chooseInfo
instead of all messages.This is not configurable