Fork me on GitHub
#shadow-cljs
<
2021-09-13
>
ingesol07:09:07

I currently get multi-project reloading by adding other project’s source folder into`:extra-paths` in deps.edn, But can shadow auto-reload :local/root deps? And does that make sense?

thheller17:09:19

it can and it should?

💯 2
martin hablak17:09:20

Hello, I’m using shadow-cljs and have npm package with name which start with at character (@), how do I require such package

borkdude18:09:49

@martin.hablak using a string "@foo/bar"

thanks3 3
ingesol21:09:40

@thheller ok, didn't work the first time I tried, will do another attempt tomorrow