Fork me on GitHub
#figwheel-main
<
2018-12-10
>
miikka05:12:27

Ultimately my solution was to exclude the dependencies and vendor the React extern file from CLJSJS. It works, but it'd be nicer if it'd just work. 😐

manandearth08:12:23

Is there a cider/figwheel-main hello-world project somewhere, both for project.clj and for deps.edn? I managed fine with lein-figwheel, but I can't manage to configure using figwheel-main. i am sure I have some dependency wrong or some version incompatibility...

andrea.crotti19:12:20

I have a project using it which is not really hello world

andrea.crotti19:12:23

Should be clear enough the figwheel config

👍 4
manandearth10:12:33

thanks @U0524T275 ! I will look at this this afternoon.

andrea.crotti09:12:51

we are using figwheel-main also to build the prod js file

andrea.crotti09:12:25

we have quite a few compilation to fix, but once I fixed them I would like to enforce a 0 warnings policy

andrea.crotti09:12:59

is there a faster way to simply get the warnings (not sure maybe just compile all the files without producing the final js)?

andrea.crotti09:12:14

and any suggestions about how to check that there were no warnings raised?