# @types/webpack-watch-files-plugin

> TypeScript definitions for webpack-watch-files-plugin

Latest version **1.1.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/webpack-watch-files-plugin
pnpm add @types/webpack-watch-files-plugin
yarn add @types/webpack-watch-files-plugin
bun add @types/webpack-watch-files-plugin
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2023-11-07 |
| First published | 2021-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51420 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/webpack-watch-files-plugin
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-watch-files-plugin
- npm.io page: https://npm.io/package/@types/webpack-watch-files-plugin

## Dependencies (3)

- [tapable](https://npm.io/package/tapable.md) ^2.2.0
- [webpack](https://npm.io/package/webpack.md) ^5
- [@types/node](https://npm.io/package/@types/node.md) *

## Recent versions

- 1.1.3 (latest) — 2023-11-07
- 1.1.0 (ts3.7) — 2021-10-01
- 1.1.2 — 2023-10-18
- 1.1.1 — 2023-09-25

## README

# Installation
> `npm install --save @types/webpack-watch-files-plugin`

# Summary
This package contains type definitions for webpack-watch-files-plugin (https://github.com/Fridus/webpack-watch-files-plugin).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-watch-files-plugin.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-watch-files-plugin/index.d.ts)
````ts
/// <reference types="node" />
import { Compiler } from "webpack";

interface Options {
    /**
     * Array of patterns.
     * @default []
     */
    files?: readonly string[];
    /**
     * List files found.
     * @default false
     */
    verbose?: boolean;
}

declare class WebpackWatchFilesPlugin {
    constructor(options?: Options);

    apply(compiler: Compiler): void;
}

export = WebpackWatchFilesPlugin;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [tapable](https://npmjs.com/package/tapable), [webpack](https://npmjs.com/package/webpack)

# Credits
These definitions were written by [Ben Grynhaus](https://github.com/bengry).

---
_Source: https://npm.io/package/@types/webpack-watch-files-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
