Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompileOptions<TOptions>

UglifyJS compile options.

Type parameters

  • TOptions

Hierarchy

Index

Properties

Optional baseDirectory

baseDirectory: string

The custom base directory.

Optional deleteSources

deleteSources: boolean

Delete the source file(s) on success or not.

Optional encoding

encoding: string

The encoding of / for the files.

Optional exclude

exclude: string | string[]

One or more (glob) patterns that describes the files to EXCLUDE.

Optional extension

extension: string

The extension to use for the output files.

Optional files

files: string | string[]

One or more (glob) patterns that describes the files to INCLUDE.

Optional options

options: TOptions

Special options directly for the underlying compiler.

Optional outDirectory

outDirectory: string

The custom directory where to write the output files to.

workspace

workspace: Workspace

The underlying workspace.

Generated using TypeDoc