Define goog.DEBUG false for uberjar to avoid showing re-frisk in prod

This commit is contained in:
Teemu Patja 2017-02-22 21:15:39 +02:00
parent b868996308
commit 6bc3ca8937
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
:externs ["react/externs/react.js"]
:optimizations :advanced
:pretty-print false
:closure-defines {goog.DEBUG false}
:closure-warnings
{:externs-validation :off :non-standard-jsdoc :off}}}}}