Answer the question
In order to leave comments, you need to log in
How to disable error output in JS console?
Is it possible somehow in the webpack or native js to disable error output in the browser console?
Answer the question
In order to leave comments, you need to log in
Can. Just override the default implementation of `console.log` and `console.err` and replace them with your own, which don't output anything.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question