Fork me on GitHub
#figwheel-main
<
2019-02-01
>
borkdude16:02:07

How do I use goog-define during a figwheel main session?

borkdude16:02:31

I need to add them do dev.cljs.edn?

borkdude16:02:12

yup, that worked. thanks

jaide20:02:01

I’m a bit confused by deps. I’m trying to use reagent-blessed in a nodejs app. It requires create-react-class npm module, which I have in my package.json and I run npm i, then lein fig:build and I get an error that there is no such namespace as create-react-class.