kachalov 9 anni fa
parent
commit
252d9cff0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
     };