瀏覽代碼

readme update

sanex3339 8 年之前
父節點
當前提交
826ad3ba01
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -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>