Fork me on GitHub
#shadow-cljs
<
2023-03-18
>
jeremys11:03:41

Hello, Is there a way to tell shadow to ignore a npm dependency specified in a deps.cljs from a library I depend on?

thheller12:03:55

there is not no. but if you don't use it, it won't be in your build. deps.cljs only triggers the install, nothing else.

jeremys12:03:36

ok thank you

kokonut23:03:21

In a basic shadow-cljs + reagent project, how do you load and render an image saved in the project? Is it usually saved in /resources/public/image. And I am wondering what needs be done for loading the file into cljs. Can someone please give me a clue?