remove compress option

This commit is contained in:
jerry_liu
2019-04-03 12:22:24 +08:00
committed by calebboyd
parent 6825cef609
commit 57a08d2cfd
-2
View File
@@ -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: [],