Andrew,
We do not inject CodeLive during ng build, and ran several tests yesterday to ensure that with ng build --prod
, the dashboard is not inserted.
Could you have some overlapping build areas, or could you perhaps be picking up the wrong resources after the build?
Finally, how are you deploying it to Tomcat? If you are using our tooling, it’s possible that CodeLive is being re-injected because we support it for Java EE servers as well 🙂 Perhaps it’s best to turn off CodeLive from our the Servers view toolbar before deploying, see this document for details: https://www.genuitec.com/docs/web-apps/modern-web/using-codelive-for-angular/
Hope this helps