Fork me on GitHub
#shadow-cljs
<
2022-03-01
>
thheller04:03:17

@marconirivello did you try it within :devtools? it won't apply anywhere else. I don't know what "Unknown error" is so I don't have any guesses what it could be

Quentin Le Guennec10:03:58

Do unused node_modules dependencies get removed from a :target :browser shadow build?

thheller16:03:58

define "unused". if you don't require it then it will not be included in the first place, so no need to remove it. just the presence in node_modules does not mean it is included in the build.

Quentin Le Guennec10:03:20

Got it, thank you!