Fork me on GitHub
#cljsrn
<
2017-11-29
>
rnandan27304:11:38

Has anybody used firebase with matchbox in a expo app? I am able to get everything working in dev mode

rnandan27304:11:54

but when i do a lein prod-build the compilation fails with the following error

rnandan27304:11:55

Caused by: clojure.lang.ExceptionInfo: No such namespace: cljs.core.async, could not locate cljs/core/async.cljs, cljs/core/async.cljc, or JavaScript source providing "cljs.core.async" in file target/expo/matchbox/async.cljc {:tag :cljs/analysis-error} at clojure.core$ex_info.invokeStatic(core.clj:4725)

rnandan27304:11:11

any ideas? what could be the issue

rnandan27304:11:35

Added [cljsjs/firebase "2.4.1-0"] [org.clojure/core.async "0.2.374"]

rnandan27304:11:51

and the compilation lein prod-build is successful

rnandan27304:11:10

however i have to comment the above for lein figwheel