Replies: 1 comment
-
Do you have any conclusion? In my case, it seems like debugProtection doesn't work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the webpack-obfuscator NPM page, there are a couple of examples with this syntax:
and
in plugins section of webpack config
Questions:
Why plugin written as "WebpackObfuscator" in the first example and "JavascriptObfuscator" in the second? What and is there a difference?
Option "rotateStringArray" used in both examples. But in README of javascript-obfuscator repo there is no such option, but "stringArrayRotate" instead. Is there an error? Or syntax for some options is different?
In my project, there is
"webpack-obfuscator": "^3.5.1"
as dev dependency in package.json. But no "javascript-obfuscator" line (I used someone else's boilerplate). Should I install "javascript-obfuscator" as dev dependency also? (obfuscation seems to work alright, but I'm not sure that all options are working)Please help
Beta Was this translation helpful? Give feedback.
All reactions