We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I literally added the exclude option but it seems that it's not working based on logs
Listed file names/paths should be excluded from code obfuscation
This my sample exclude option exclude: ["**/file1.js"],
I literally added the exclude option but it seems that it's not working based on logs
Expected Behavior
Listed file names/paths should be excluded from code obfuscation
This my sample exclude option
exclude: ["**/file1.js"],