-
**Describe the bug**
If global is set to false, Identifier "createApp" has already been declared.
**To Reproduce**
1.global is set to false
2.build the project
3.Identifier "createApp" has …
-
I am also getting this error.
version :
javascript-obfuscator -v
4.0.0_2022-02-14T16:47:01.077Z
I am on Red Hat 4.8.5-11
Command used
javascript-obfuscator gh.js --config test.json
…
-
**Is your feature request related to a problem? Please describe.**
This is not necessary but fun to obfuscate all variable with unicode characters. Now if I use emoji as dictionary and pass it to `--…
-
Please try the simple options below,
```
options: {
identifierNamesGenerator: 'mangled-shuffled',
reservedNames: ['.*'],
}
```
Obfuscator version used: 2.9.4
Stack trace
```
RangeErr…
-
I use this for obfuscating a batch of js files through a Windows batch script.
`@echo off
setlocal enabledelayedexpansion
set javascript-obfuscator="D:\cmd\javascript-obfuscator\node_modules\\.…
-
When I set sourceMap to true, also sourceMapBaseUrl and sourceMapFileName are set, it raise an error. Please see the stack trace below. This happens when I input a directory.
## Your Environment
…
-
Hi, I encountered the following error while running gulp:
```
Error: Cannot find module 'vinyl-sourcemaps-apply'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module…
-
What am I missing? I have this config under `module.rules`:
```
{
test: /\.js$/,
exclude: /node_modules/,
enforce: 'pos…
-
After using javascript-obfuscator/bin/javascript-obfuscator --options-preset default "$1/$file" --output "$1/$file" do obfuscator, following issue will occurred random:
getUser.js?ver=…
-
## Expected Behavior
`webpack-obfuscator` and `javacript-obfuscator` should be working on Firebase deployment without issue
## Current Behavior
My firebase functions are deployed correctly unless…