You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Is there a way to hide a lot of console output on dev tools? It's showing a lot of things, that I think not much needed? Is there an option to hide it? And also for the page reload, it doesn't properly work. I have updated some code i.e. put a console.log("test"); on some file, and it does not show directly on the dev tools after watching/bundling the files. I have to manually refresh the browser to see it.