Fork me on GitHub
#juxt
<
2019-02-17
>
p-himik08:02:37

Hey. I'm getting around to learning how Edge works, and I noticed that you took a look at shadow-cljs in Kick but disabled it since it conflicts with fighweel: https://github.com/juxt/kick.alpha/commit/d02e770370b2f052d82c98ebb976cb39b44c6010 But isn't shadow-cljs supposed to replace figwheel completely? Why use them together at all?

p-himik08:02:28

I'd ask directly at the juxt/kick.alpha repo but the issues are disabled there.

dominicm08:02:06

Oh I guess it's because of a fork

dominicm08:02:16

I think we were trying to use them together in a project for unrelated but colocated builds. We are now not using shadow at all, and haven't really invested the time to ensure it works as expected. Totally open to having shadow support enabled again.

p-himik08:02:40

I see, thanks. I'll see what I can make here, maybe even something worth sharing. BTW how do you find NPM support in figwheel-main?

dominicm09:02:10

There's nothing special in Figwheel, but what clojurescript offers in core has been fine for us. We don't use a lot of npm in our projects though.

p-himik09:02:55

Ah, gotcha. I started to use shadow-cljs specifically because it has much nicer support for NPM in my opinion, had zero issues with it.