We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f2e6d commit 5f76a40Copy full SHA for 5f76a40
shadow-cljs.edn
@@ -73,7 +73,10 @@
73
{:closure-defines
74
{status-im2.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
75
status-im2.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
76
- :compiler-options {:output-feature-set :es6
+ :compiler-options {;; Feature set ES6 does not work because the Closure
77
+ ;; Compiler throws the error NoSuchMethodError:
78
+ ;; java.util.Optional.isEmpty()
79
+ :output-feature-set :es5
80
;;disable for android build as there
81
;;is an intermittent warning with deftype
82
:warnings-as-errors false
0 commit comments