How do i obfuscate library, build it and publish it on npm? #416
amansharmawmp
started this conversation in
General
Replies: 1 comment
-
Javascript obfuscation isn't actually meaninigful... You get the same level of indirection by just minifying. If you really want to hid your code, you'll need to use something like wasm. |
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
-
I've created a library and i need to obfuscate its src folder. How can i achieve that? I tried javascript-obfuscator library, it did obfuscated the code but it won't get run in react-native app, error "dynamic import not supported by metro" was thrown
Beta Was this translation helpful? Give feedback.
All reactions