npm install --save @types/fail-on-errors-webpack-plugin
This package contains type definitions for fail-on-errors-webpack-plugin (https://github.com/AustinMatherne/fail-on-errors-webpack-plugin).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fail-on-errors-webpack-plugin.
import { Plugin } from "webpack";
declare class FailOnErrorsWebpackPlugin extends Plugin {
constructor(options?: { failOnErrors?: boolean | undefined; failOnWarnings?: boolean | undefined });
}
export = FailOnErrorsWebpackPlugin;
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/webpack
These definitions were written by Ciarán Ingle.