Replies: 1 comment
-
|
@avelino Take a look at this article: https://robjohnson.dev/posts/thin-clj-jars/ If we focus on the hypothesis that this might be happening because of the dependencies, we could generate the dependencies jar separately, and the actual moclojer jar standalone. But how would that affect end users? Would they be able to use our library jar out of the box? i.e. do they need to compile the dependencies on their own, or is there a good outcome, like clojure automatically loading the dependencies from deps.edn. This should be tested thoroughly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the latest version
v0.3.4we added~10MBto the.jar, I believe it was too much, especially for removing thepedestal, it's worth understanding what made the.jarincrease so much.Beta Was this translation helpful? Give feedback.
All reactions