Closed scottlowe closed 7 years ago
By adding the :closure-defines option and setting goog.DEBUG to false, the compiler can eliminate unwanted dev code at compile time.
:closure-defines
goog.DEBUG
false
By adding the
:closure-defines
option and settinggoog.DEBUG
tofalse
, the compiler can eliminate unwanted dev code at compile time.