3.0.5 • Published 7 months ago

@types/fail-on-errors-webpack-plugin v3.0.5

Weekly downloads
82
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for fail-on-errors-webpack-plugin 3.0
// Project: https://github.com/AustinMatherne/fail-on-errors-webpack-plugin
// Definitions by: Ciarán Ingle <https://github.com/inglec-arista>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { Plugin } from 'webpack';

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

export = FailOnErrorsWebpackPlugin;

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:01:27 GMT
  • Dependencies: @types/webpack
  • Global values: none

Credits

These definitions were written by Ciarán Ingle.

3.0.4

7 months ago

3.0.3

8 months ago

3.0.5

7 months ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago