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'
     };