Fork me on GitHub
#shadow-cljs
<
2019-04-20
>
David Pham10:04:45

@thheller do you think it is feasible to target react native web with shadow-cljs?

thheller11:04:13

@neo2551 probably? unless it relies too much on webpack or so

David Pham12:04:04

Guess I will have to try and see xD

wilkerlucio21:04:59

I have a combined setup that I still need to compile parts with lein, so I have to explicitly say the deps version, but every time I need to do a large bump I get lost in which versions are shadow expecting now. is there a way for me to check which are the versions that shadow wants at a given point?

wilkerlucio21:04:31

I just found the project.clj seems to have the correct ones, its safe to pull from there?

thheller21:04:33

what do you mean?

wilkerlucio21:04:43

for example, I'm bumping from shadow 2.7.30 to 2.8.32, in my project.clj I have

[org.clojure/clojurescript "1.10.439"]
                 [com.google.javascript/closure-compiler-unshaded "v20181125"]

wilkerlucio21:04:54

so I have to know what to bump those to

thheller21:04:58

ah right. yeah project.clj is probably the best source

thheller21:04:36

deps.edn doesn't work for shadow-cljs because there are java sources that need to be compiled

thheller21:04:42

which deps.edn doesn't support

thheller21:04:09

nvm ... you are using the maven verison anyways