Fork me on GitHub
#shadow-cljs
<
2022-11-07
>
pez21:11:01

I'm using the :node-library target for reaching a ClojureScript library from a JS script. It works fine except that when I watch my build, and then run my JS script, it never exits. If I don't watch the build, then things are all fine. Is there something I can do to be able to watch the build and be able to call functions in the library that don't keep my calling script hanging?

thheller21:11:54

@pez :devtools {:enabled false} in the build config

🙏 1