mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

How to disable errors messages from replacing DOM? #261

Open jensenhertz opened 2 years ago

jensenhertz commented 2 years ago

As the topic asks, how can I disable errors messages from overwriting everything in DOM?

I'm trying to debug a web app and it's extremely frustrating having to reload everything when any error is encountered because budo replaces the DOM with the error message.