From 57a08d2cfd384fde48e229208ff11ef5ee5c2970 Mon Sep 17 00:00:00 2001 From: jerry_liu Date: Wed, 3 Apr 2019 12:22:24 +0800 Subject: [PATCH] remove compress option --- src/options.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/options.ts b/src/options.ts index 6e68560..a29abe5 100644 --- a/src/options.ts +++ b/src/options.ts @@ -49,7 +49,6 @@ export interface NexeOptions { ico?: string debugBundle?: boolean warmup?: string - compress?: boolean clean?: boolean /** * Api Only @@ -66,7 +65,6 @@ const defaults = { targets: [], vcBuild: isWindows ? ['nosign', 'release'] : [], enableNodeCli: false, - compress: false, build: false, bundle: true, patches: [],