Any particular reason that https://github.com/react-bootstrap/react-overlays is not in cljsjs now?
(or is it just no one has wanted to add it)
> or is it just no one has wanted to add it This is the cause for nearly all missing packages (in addition, some packages could be hard to package)
@juhoteperi Ah I see
If I’m trying to override the provided deps.cljs
file from a cljsjs
jar, is there a way I can still use the :file
in :foreign-libs
compiler opt to refer to the file within the jar?
e.g.
{:file "cljsjs/project/development/project.inc.js"
:file-min "cljsjs/project/production/project.min.inc.js"
:provides ["cljsjs.project"]
:requires ["things.here"]}
I get file not found doing it this way. It seems to try to form an absolute file path based on my project root
I’m wondering if anyone has tried something like this here