Does anybody use polylith for cljs development? I'm wondering how well it plays with a shadow-cljs repl alongside the clj repl.
Hi @datran! I haven’t used Polylith myself in a ClojureScript project yet. However, if you are able to structure the workspace in a Polylith style (with components, bases, and projects directories), you can have a Polylith workspace. The cli tool is not supporting ClojureScript but I don’t think it would take too long if you wanted to extend it to add that support. Let us know how it goes if you try it out!