Skip to content

Commit

Permalink
disable warning as error for android
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Apr 28, 2020
1 parent cc8198e commit 8f31224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}}
Expand Down

0 comments on commit 8f31224

Please sign in to comment.