rollup-obfuscator icon indicating copy to clipboard operation
rollup-obfuscator copied to clipboard

A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator

Results 5 rollup-obfuscator issues
Sort by recently updated
recently updated
newest added

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...

bug

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 ![image](https://github.com/user-attachments/assets/a1a4fa91-0d67-457e-9299-a16fc5280c1a) ![image](https://github.com/user-attachments/assets/e4da2359-7a0b-4326-b42e-137f952e03f7)