Hi,
I'm using the settings {optionsPreset:'high-obfuscation',target:'node'}
The resulting code runs successfully in Node, but doesn't work in Bun.
I tested it and found the cause:
if set selfDefending=false, Bun runs the code.
How can we get the code to work in Bun with selfDefending=true?
Thanks.
Hi,
I'm using the settings {optionsPreset:'high-obfuscation',target:'node'}
The resulting code runs successfully in Node, but doesn't work in Bun.
I tested it and found the cause:
if set selfDefending=false, Bun runs the code.
How can we get the code to work in Bun with selfDefending=true?
Thanks.