kachalov 9 年之前
父节点
当前提交
252d9cff0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.ts

+ 1 - 1
index.ts

@@ -13,7 +13,7 @@ export class JavaScriptObfuscator {
      */
     private static escodegenParams: any = {
         format: {
-            //compact: true
+            compact: true
         },
         verbatim: 'x-verbatim-property'
     };