-
When calling like `javascript-obfuscator input.js --output output.js --config config.json` I get
```
CLIUtils.ts:41
throw new ReferenceError(`Cannot open config file with path: ${…
-
As seen in this fork:
https://github.com/arekzelechowski/rollup-plugin-javascript-obfuscator/commit/0f1d1b1f7af6005ce5bdfcd3ff88aeef722e8830
This is really useful as it allows for decoupling of th…
-
## Current Behavior
if router configuration like :
```
const router = createRouter({
......
routes:[{
name: 'Home',
path: '/',
**component: () =>…
-
Hello,
I find this javascript-obfuscator is a magic for my website which provide OTT streaming services.
My website have some paid tv channels so I want to obfuscate my code so that pirates can't…
-
# 适用于Vite环境的JavaScript混淆插件
>仓库地址:[vite-plugin-bundle-obfuscator](https://github.com/z0ffy/vite-plugin-bundle-obfuscator)
## ⭐️ 特性
- [x] ⚡ 支持 Vite 项目中的 JavaScript 混淆。
- [x] 🚀 多线程支持,以获得更好的性能。
…
-
After upgrading to Node.js version 13.6 running our Gulp task with gulp-javascript-obfuscator in it throws the following error:
> Error in plugin "gulp-javascript-obfuscator"
> Message:
> The…
-
we have the same problem with the process.env and webpack. Webpack replaces process.env.VAR with value and can't do that properly when it obfuscate to process[_0x3ab67a(0x74)][_0x3ab67a(0x6b)]);…
-
It would be _REALLY_ cool if node-obfuscator could generate source maps that link the obfuscated JavaScript code back to the appropriate source file/line/column, etc. for debugging purposes.
From wha…
-
I got the issue when bundling the code:
"The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class."
I got node_module/react-…
-
Here is my setup:
I've been using the obfuscator for a while and I've just recently updated to RN 0.72.5 and I started getting this error on build.
Here is the configuration and error:
```
inf…