shadow-cljs

Ivan Fedorov 2025-09-16T15:39:39.449709Z

hi! when I generate a release build with build-report hook – it’s not printing into standard log. is there a way to print report table into std out? when I run build report as a separate target – all is good.

thheller 2025-09-17T06:33:20.506469Z

the report really is all about the generated html file. I don't file the stdout log all that useful personally, but there is a {:print-table true} option which should print it like the standalone task.

thheller 2025-09-17T06:34:35.448449Z

:build-hooks [(shadow.cljs.build-report/hook {:print-table true})] I mean

Ivan Fedorov 2025-09-17T16:30:14.111699Z

Hi! Thanks for being here! I tried the exact setting in config and it only prints it into a file. shadow-cljs version “2.19.1” Some how only npx shadow-cljs run shadow.cljs.build-report app build-reports/report.html in the script prints the table into standard out should I upgrade?

thheller 2025-09-17T19:19:11.146329Z

yeah. dunno when I added this flag