-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
I may have missed something in the documentation or other issues but I'm running into an issue where I have some text that is formed and then output containing \x20 and other hex. I'm using the webpack-obfuscator with default settings. I've also tried to use the comments to prevent obfuscation of the function that has these strings but it doesn't seem to work. Unfortunately the string gets output with the hex without being decoded. Any way to prevent this from happening?