Interface MinifyConfig

Interface representing the configuration options for minification within the build process.

Since

0.1.0

interface MinifyConfig {
    files: string[];
}

Properties

Properties

files: string[]

A list of file paths (relative to the BuildPropConfig.rootDir) to be included during minification. Each element in the array should be a string representing a valid file system path.

Generated using TypeDoc v0.25.12