KC's Workspace
    Preparing search index...
    interface ReportOptions {
        brotli?: boolean;
        gzip?: boolean;
        maxCompressSize?: number;
    }
    Index

    Properties

    brotli?: boolean

    Enable/disable brotli-compressed size reporting. Compressing large output files can be slow, so disabling this may increase build performance for large projects.

    false
    
    gzip?: boolean

    Enable/disable gzip-compressed size reporting. Compressing large output files can be slow, so disabling this may increase build performance for large projects.

    true
    
    maxCompressSize?: number

    Skip reporting compressed size for files larger than this size.

    1_000_000 // 1MB