Advanced options for cleaning assets.

Hierarchy

  • CleanOptions

Properties

Properties

dry?: boolean

Log the assets that should be removed instead of deleting them.

keep?: string | RegExp | ((filename) => boolean)

Keep these assets.

Type declaration

    • (filename): boolean
    • Parameters

      • filename: string

      Returns boolean

Generated using TypeDoc