ghostdevv / rollup-obfuscator

A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator
MIT License
56 stars 7 forks source link

rollup-obfuscator causing lockdown-install.js null error #140

Closed bryaan closed 11 months ago

bryaan commented 1 year ago

Im using rollup-obfuscator on my Vue component library. I am importing it in a downstream project and getting a null error console message from lockdown-install.js:1:103865

ghostdevv commented 1 year ago

I probably wouldn't recommend obfuscating the library, but at any rate, you'll probably need to mess around with the obfuscation settings a bit. It's unfortunately not perfect and will cause errors as it changes the code so much

ghostdevv commented 1 year ago

Just released v4 and worth giving it a try with that, although I don't imagine it will fix your issue - you'll still need to change your settings

ghostdevv commented 11 months ago

Gonna close this for inactivity, feel free to reopen if it still occurs :pray: