the release build won't allow you to interact with any of the built code, even with a REPL, because it's all been minified
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?)
build report runs separately and always in release
mode. watch does not affect it
perfect, thanks