Search


Search something to see results

AssetChangeDetectionConfig

interface AssetChangeDetectionConfig {
    ignore?: (string | RegExp)[];
    reportOnly?: boolean | "style" | "script";
}

Index

Properties

Properties

ignore?: (string | RegExp)[]
reportOnly?: boolean | "style" | "script"