V
V
Valery Khizhevsky2018-07-18 21:12:34
JavaScript
Valery Khizhevsky, 2018-07-18 21:12:34

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

1 answer(s)
A
Anton Kucherov, 2018-07-18
@Roshette

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 question

Ask a Question

731 491 924 answers to any question