This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
Hi Guys, I have been using expo with clojurescript (https://github.com/seantempesta/expo-cljs-template), I added a dependency of degree9/firebase-cljs and it works great with figwheel, but when I try to compile it (lein prod-build), its complaining "No such namespace: cljsjs.firebase". I do have cljsjs/firebase in my :dependencies ... could someone tell me what I am missing ?