@types/fail-on-errors-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

3.0.5 • Public • Published

Installation

npm install --save @types/fail-on-errors-webpack-plugin

Summary

This package contains type definitions for fail-on-errors-webpack-plugin (https://github.com/AustinMatherne/fail-on-errors-webpack-plugin).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fail-on-errors-webpack-plugin.

index.d.ts

import { Plugin } from "webpack";

declare class FailOnErrorsWebpackPlugin extends Plugin {
    constructor(options?: { failOnErrors?: boolean | undefined; failOnWarnings?: boolean | undefined });
}

export = FailOnErrorsWebpackPlugin;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/webpack

Credits

These definitions were written by Ciarán Ingle.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fail-on-errors-webpack-plugin

Weekly Downloads

116

Version

3.0.5

License

MIT

Unpacked Size

3.3 kB

Total Files

5

Last publish

Collaborators

  • types