Should goog.DEBUG
be false for builds distributed via npm?
#9
Labels
goog.DEBUG
be false for builds distributed via npm?
#9
goog.DEBUG is
true
in thegoogle-protobuf.js
runtime distributed in thenpm
package. This setting gates the various assertion code in the runtime (goog.asserts.ENABLE_ASSERTS = goog.DEBUG;
).--define goog.DEBUG=false
to the closure compiler invocation?The text was updated successfully, but these errors were encountered: