Define goog.DEBUG false for uberjar to avoid showing re-frisk in prod
This commit is contained in:
parent
b868996308
commit
6bc3ca8937
|
@ -87,6 +87,7 @@
|
||||||
:externs ["react/externs/react.js"]
|
:externs ["react/externs/react.js"]
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
|
:closure-defines {goog.DEBUG false}
|
||||||
:closure-warnings
|
:closure-warnings
|
||||||
{:externs-validation :off :non-standard-jsdoc :off}}}}}
|
{:externs-validation :off :non-standard-jsdoc :off}}}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue