-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shadow-cljs: Advanced build bloated since 6.0.3 #366
Comments
I just tried with the following overrides to the respective latest versions: {com.taoensso/encore {:mvn/version "3.45.0"}
com.taoensso/truss {:mvn/version "1.8.0"}} Still produces the same result. |
@DerGuteMoritz Hi Moritz, thanks for reporting this - and for the clear & detailed report - was very helpful! Would you please try |
Hi Peter, thanks for the swift reply 👍 Unfortunately, |
👍 Is If that's still no good, I'll try create a reproducible example on my side. Thanks! |
Ha, that did the trick, down to 513K now 🎉 Nice work! |
Just pushed |
A
shadow-cljs
-based CLJS build grew from 512K to 630K between versions 6.0.2 and 6.0.3 (and persists in 6.0.4) with advanced optimizations. I was able to further narrow down the cause tocom.taoensso/encore
by switching to 6.0.2 and overriding its encore version. Turns out that encore version 3.34.0 is the last one that produces a 512K build. Versions 0.35.0 through 0.37.x are broken (due to #364) and version 0.38.0 and later then produce the bloated 630K build.The text was updated successfully, but these errors were encountered: