Can I mangle \ obfuscate import names in the build bundle? #5071
-
I'm building a chrome extension with Parcel. According to chrome webstore policy (that hosts Chrome extensions) - Chrome extensions are prohibited to use obfuscation. Unfortunately, for now, we cannot move mission-critical code to a server; and have to keep it inside the extension code, which is very easy to download and read.
As you can see - from file names and paths, with some effort it can be deduced what each module does, and also it's hash name. From hash name its contents are found and read. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Using scope-hoisting. |
Beta Was this translation helpful? Give feedback.
Using scope-hoisting.