Fork me on GitHub
#cljs-dev
<
2022-02-21
>
dnolen14:02:52

@arohner hey for compiler stuff best to bring it up here

dnolen14:02:20

@arohner re: multi node_modules that sounds interesting but this also requires configuration, what were thinking there?

arohner14:02:19

by configuration do you mean build.edn configuration instead of / in addition to NODE_PATH?

arohner14:02:44

I don’t have an opinion which way to go, I used NODE_PATH for my quick hack because node supports it

arohner14:02:43

My main request is that the solution supports multiple directories. I have a monorepo with bazel, and some JS source comes from node deps, and some comes from sibling projects within the repo

dnolen15:02:27

@arohner the problem w/ looking in more places is that now people's build might break because that's a new expectation

dnolen15:02:46

just saying there probably needs to be a flag for this