Fork me on GitHub
#shadow-cljs
<
2021-04-25
>
dvingo19:04:06

Does running a build-report always operate against a release build? I would assume so, but I'm debugging a release build having namespaces I do not expect to be there so I'm asking. Related to this, if I have dev build watches running will that impact the build-report? (should I stop any builds before running the release or perform any cleaning by removing output directories?)

thheller19:04:23

build report runs separately and always in release mode. watch does not affect it

dvingo19:04:30

perfect, thanks