-
Hey, I'm working on a plugin that requires using an app key (UUID like an app secret). that I'll be storing in my repository as a GitHub Secret so it's not committed to source. I want to use that key …
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
I can't run obfuscator with crxjs. Gives an error while trying to obfuscate c…
-
What would be the recommended way to make the generated jsx/index.js less transparent?
**jsx/index.js reveals:**
- ~~packages.json contents, including used dependencies, comments etc.~~
settin…
-
# Steps to reproduce this issue
1. Init Vue3 project
```
npm init vue@latest
```
![image](https://user-images.githubusercontent.com/25629617/160607472-94954216-5b1b-4c96-93a4-7dee9f195140.png)
…
-
With `deadCodeInjection`, each seed generate a different error message ending by "is not a function".
I doubt this belongs to javascript-obfuscator, but feel free to redirect me there nonetheless if …
-
# Steps to reproduce this issue
1. Init Vue3 project
```
npm init vue@latest
```
![image](https://user-images.githubusercontent.com/25629617/160607472-94954216-5b1b-4c96-93a4-7dee9f195140.png)
…
-
electron-vite-template>npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: electron-vite-template@1.0.0
npm ERR! Found: javascript-…
-
# Steps to reproduce this issue
1. Init Vue3 project
```
npm init vue@latest
```
![image](https://user-images.githubusercontent.com/25629617/160607472-94954216-5b1b-4c96-93a4-7dee9f195140.png)
…
-
How to include inly specific files to be obfuscated and let the rest i don't want to obfuscate the whole bundle file it increase the files size
any example !
thank you
-
I got this error when bundled:
```
[!] Error: Unexpected token
node_modules/svelte-stack-router/src/transition-functions.js (95:4)
93: }
94: `),
95: ]);
^
96: }
97…