See the “google closure compiler” section here for details what breaks when minifying.
https://www.scirra.com/manual/22/runtime-overview
That’s for code you write in your plugin. If you have a third party js library it’s better to add it as a “dependency” than to copy it into your runtime. Dependencies aren’t minifyed so you don’t have to worry about fixing that.
https://www.scirra.com/manual/18/plugin-settings
Dependencies won't work with our plugin as we are sending data from game via API calls.
Any other way we can do that?
Thanks in Advance