google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Prevent assertions from showing up in minified ouput. #358

Closed sparhami closed 6 years ago

sparhami commented 6 years ago

This is a quick hack because babel/uglify cannot do constant propagation.