When running docz dev, all my terminal text gets deleted. Even warnings and intermediate errors thrown by docz get removed.
To Reproduce
Run docz dev
Expected behavior
Running docz should not delete terminal text and should not hide errors or intermediate warnings during build.
Environment
Also, while building the production bundle, terminal environments that don't support removing of text (like a build pipeline) end up logging hundreds (a couple thousand?) lines of output

Can docz support an environment variable to open or close console text? I just cannot locate errors because docz hides all errors.
Fixed, will have a new option in the next release called clearConsole that you can use to disable the default console clear on Docz :)
Most helpful comment
Also, while building the production bundle, terminal environments that don't support removing of text (like a build pipeline) end up logging hundreds (a couple thousand?) lines of output