Dear community,
We have developed a Word addin in javascript.
All the code for this addin is executed on the client side, no calls are made to a back-end server.
The problem is that all the code is visible by using the 'Attach debugger' option in the sidebar in which the front-end of the addin is shown.
The question: Is it possible to disable this debug option or hide the javascript code in any other way? or is the only way to achieve this to move all the business logic to a back-end server?