Shadow-cljs is another build tool, I'm not sure if it can be integrated with boot.
right. so if boot-cli can’t compile scoped npm packages but shadow-cljs can, isn’t this a boot-clj bug then?
@michael.heuberger not really. Shadow-cljs’ features in this regard are non-standard and something that has been built on top of the ClojureScript compiler. Since boot-cljs uses the ClojureScript compiler directly it doesn not support this directly. There are some boot-shadow
type of projects out there I believe
Yes, I have a degree9/boot-shadow
project which can replace boot-cljs
oh nice, thanks @flyboarder, will check it out