diff --git a/shadow-cljs.edn b/shadow-cljs.edn index c5eb98fc0920..9dc5d7515132 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -40,7 +40,9 @@ :local-ip #shadow/env "SHADOW_HOST"} :chunks {:fleets status-im.default-fleet/default-fleets} :release {:compiler-options {:output-feature-set :es6 - :warnings-as-errors true + ;;disable for android build as there + ;;is an intermittent warning with deftype + :warnings-as-errors false :infer-externs :auto :optimizations :advanced :js-options {:js-provider :closure}}}}