KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
MinifyOptions
Interface MinifyOptions
interface
MinifyOptions
{
codegen
?:
boolean
|
CodegenOptions
;
compress
?:
boolean
|
CompressOptions
;
mangle
?:
boolean
|
MangleOptions
;
module
?:
boolean
;
sourcemap
?:
boolean
;
}
Index
Properties
codegen?
compress?
mangle?
module?
sourcemap?
Properties
Optional
codegen
codegen
?:
boolean
|
CodegenOptions
Optional
compress
compress
?:
boolean
|
CompressOptions
Optional
mangle
mangle
?:
boolean
|
MangleOptions
Optional
module
module
?:
boolean
Use when minifying an ES module.
Optional
sourcemap
sourcemap
?:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
codegen
compress
mangle
module
sourcemap
Github
KC's Workspace
Loading...
Use when minifying an ES module.