Browse Source

TEST: changed dev test

sanex3339 5 năm trước cách đây
mục cha
commit
6c6b5bbc4b
1 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 8
      test/dev/dev.ts

+ 1 - 8
test/dev/dev.ts

@@ -20,14 +20,7 @@ import { NO_ADDITIONAL_NODES_PRESET } from '../../src/options/presets/NoCustomNo
         `,
         {
             ...NO_ADDITIONAL_NODES_PRESET,
-            compact: false,
-            log: true,
-            identifierNamesGenerator: 'mangled',
-            renameGlobals: true,
-            splitStrings: true,
-            splitStringsChunkLength: 3,
-            stringArray: true,
-            stringArrayThreshold: 1
+            compact: false
         }
     ).getObfuscatedCode();