|
@@ -114,6 +114,8 @@ Following options available for the JS Obfuscator:
|
|
|
rotateUnicodeArray: true,
|
|
|
selfDefending: true,
|
|
|
sourceMap: false,
|
|
|
+ sourceMapBaseUrl: '',
|
|
|
+ sourceMapFileName: '',
|
|
|
sourceMapMode: 'separate',
|
|
|
unicodeArray: true,
|
|
|
unicodeArrayThreshold: 0.8,
|
|
@@ -126,9 +128,7 @@ Following options available for the JS Obfuscator:
|
|
|
-v, --version
|
|
|
-h, --help
|
|
|
|
|
|
- // CLI specific
|
|
|
-o, --output
|
|
|
- --sourceMapBaseUrl <string>
|
|
|
|
|
|
--compact <boolean>
|
|
|
--debugProtection <boolean>
|
|
@@ -139,6 +139,8 @@ Following options available for the JS Obfuscator:
|
|
|
--rotateUnicodeArray <boolean>
|
|
|
--selfDefending <boolean>
|
|
|
--sourceMap <boolean>
|
|
|
+ --sourceMapBaseUrl <string>
|
|
|
+ --sourceMapFileName <string>
|
|
|
--sourceMapMode <string> [inline, separate]
|
|
|
--unicodeArray <boolean>
|
|
|
--unicodeArrayThreshold <number>
|