The error log widget in the bottom/right corner in the browser is very helpful but sometimes I would be nice if it could be disabled.
see also How to avoid warnings for components registered with document.registerElement
The error log widget in the bottom/right corner in the browser is very helpful but sometimes I would be nice if it could be disabled.
see also How to avoid warnings for components registered with document.registerElement
There are two options
transformers:
- polymer:
inject_build_logs_in_output: false
transformers:
- polymer:
lint: false
see also http://dartbug.com/21237