rollup-obfuscator
rollup-obfuscator copied to clipboard
A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator
When building, the error `this?.debug is not a function `will be prompted. I solved the problem by manually deleting these two lines in the code, but the built product did...
I found that the vite environment variable appeared in the js file after I built it this prevents me from using it normally
Hi, I uninstalled this package, cleared the dist folder, reran npm run build multiple times, cleared the node_modules/.vite/ folder, but still the domain lock that i have set in my...
I have to obfuscate 7173 modules (application in ReactJS CoreUI framework). With this configuration: ``` plugins: [ react(), obfuscator({ compact: false, numbersToExpressions: true, identifierNamesGenerator: 'hexadecimal', selfDefending: true, renameGlobals: true, }),...
### I am using the default options, there is no error when running pnpm build, but the output is not obfuscated at all  