Hi Everyone,
I’m currently trying to ensure that our extension code is not visible to others, but I keep encountering inconsistent results with the same setup. For example:
- I did not declare the "resourceExposurePolicy" properties in the app.json file for one extension, and the source code folder is hidden (which is the desired outcome).
2. When applying the same approach to another extension, the source code folder remains visible.
3. Even after adding the "resourceExposurePolicy" properties to app.json for the extension in point 2, the source code folder is still visible.
I would greatly appreciate any insights you can provide on this matter.
Thank you and have a wonderful day!