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.
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.
:build-hooks [(shadow.cljs.build-report/hook {:print-table true})] I mean
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?
yeah. dunno when I added this flag