I have a Cordova-based project hosted on the Play Store. How do I make sure the JavaScript files are not seen? I have tried the cordova-plugin-progaurd plugin but even after adding this plugin and building to release mode and zipping the file I clearly can see all the .js
files.
Is there any way I can obfuscate these files or even better make the folders not visible?