Closed doroved closed 1 year ago
This is basically the same problem as #11. I described a solution in this comment https://github.com/getkey/rollup-plugin-obfuscator/issues/11#issuecomment-1426468581 (there might be other solutions, if so let me know).
Reopen if that doesn't fix it for you!
Thank you. It all worked out. I have one more question, I want the obfuscation code to look like this
But your plugin obfuscates like this
I would like to have the first example of how to do this? I am using the default options. In the first example plugin: vite-plugin-obfuscator
谢谢。一切都解决了。 我还有一个问题,我希望混淆代码看起来像这样
但是你的插件会像这样混淆
我想看第一个示例,说明如何执行此操作? 我使用的是默认选项。 第一个示例中的插件:vite-plugin-obfuscator
how do you fix that?
Describe the bug
rollup-plugin-obfuscator
and not injavascript-obfuscator
Hi, thanks for the update! I encountered an error that appears when using ENV. How can it be resolved?
Stack trace
Package versions:
rollup-plugin-obfuscator
: v1.0.1javascript-obfuscator
: v4.0.0vite
: v3.2.4