You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ Following options are available for the JS Obfuscator:
355
355
identifierNamesGenerator:'hexadecimal',
356
356
identifiersDictionary: [],
357
357
identifiersPrefix:'',
358
-
ignoreRequireImports:false,
358
+
ignoreImports:false,
359
359
inputFileName:'',
360
360
log:false,
361
361
numbersToExpressions:false,
@@ -836,7 +836,7 @@ Sets prefix for all global identifiers.
836
836
837
837
Use this option when you want to obfuscate multiple files. This option helps to avoid conflicts between global identifiers of these files. Prefix should be different for every file.
838
838
839
-
### `ignoreRequireImports`
839
+
### `ignoreImports`
840
840
Type: `boolean` Default: `false`
841
841
842
842
Prevents obfuscation of `require` imports. Could be helpful in some cases when for some reason runtime environment requires these imports with static strings only.
0 commit comments