rsbuild-plugin-compression
    Preparing search index...

    Interface IncludeExtraOptions

    interface IncludeExtraOptions {
        caseSensitive?: boolean;
        depth?: number;
        dot?: boolean;
        globs: string[];
    }
    Index

    Properties

    caseSensitive?: boolean
    depth?: number
    dot?: boolean
    globs: string[]
    ["**/*.+(js|css)"]