Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CleanPlugin

Index

Constructors

Properties

Methods

Constructors

Properties

options: { dry: boolean; keep?: string | RegExp | ((filename: string) => boolean) }

Type declaration

  • dry: boolean

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

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

    Keep these assets.

Methods

  • Apply the plugin

    Parameters

    Returns void