3.4.7 • Published 6 months ago

@types/unused-files-webpack-plugin v3.4.7

Weekly downloads
1,283
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/unused-files-webpack-plugin

Summary

This package contains type definitions for unused-files-webpack-plugin (https://github.com/tomchentw/unused-files-webpack-plugin).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unused-files-webpack-plugin.

index.d.ts

// Type definitions for unused-files-webpack-plugin 3.4
// Project: https://github.com/tomchentw/unused-files-webpack-plugin
// Definitions by: Vladimir Grenaderov <https://github.com/VladimirGrenaderov>
//                 Max Boguslavskiy <https://github.com/maxbogus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { Plugin } from 'webpack';

export interface Options {
    patterns?: string[] | undefined;
    failOnUnused: boolean;
    globOptions?: {
        ignore?: string | string[] | undefined;
    } | undefined;
    ignore?: string | string[] | undefined;
    cwd?: string | undefined;
}

export class UnusedFilesWebpackPlugin extends Plugin {
    constructor(options: Options);
}

Additional Details

  • Last updated: Fri, 02 Jul 2021 18:04:50 GMT
  • Dependencies: @types/webpack
  • Global values: none

Credits

These definitions were written by Vladimir Grenaderov, and Max Boguslavskiy.

3.4.7

6 months ago

3.4.6

7 months ago

3.4.5

8 months ago

3.4.4

2 years ago

3.4.3

3 years ago

3.4.2

3 years ago

3.4.1

5 years ago

3.4.0

5 years ago