So I know we are a minority, but some of us create our own plugins for our projects, not to be used used by others (so not talking about public plugins here). MV by defaults does not encrypt the js files, so everyone can open them in a project. So my question concerns the protection of plugin.
The first thing that comes to my mind is code obfuscation. Even though I know how it works in theory, I have never tried to use it. So concretely and practically, how do you obfuscate your code? Copy/paste your code in a program that will spit out an obfuscated version that you simply have to copy/paste and save as a js file?
The first thing that comes to my mind is code obfuscation. Even though I know how it works in theory, I have never tried to use it. So concretely and practically, how do you obfuscate your code? Copy/paste your code in a program that will spit out an obfuscated version that you simply have to copy/paste and save as a js file?
Last edited:

