2.0.6 • Published 6 months ago

@types/webpack-pkg-plugin-v4 v2.0.6

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

Installation

npm install --save @types/webpack-pkg-plugin-v4

Summary

This package contains type definitions for webpack-pkg-plugin-v4 (https://github.com/Metnew/webpack-pkg-plugin#readme).

Details

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

index.d.ts

// Type definitions for webpack-pkg-plugin-v4 2.0
// Project: https://github.com/Metnew/webpack-pkg-plugin#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { Plugin } from 'webpack';

export interface Configuration {
    targets?: string[] | undefined;
    output: string;
}

export class WebpackPkgPlugin extends Plugin {
    constructor(config: Configuration);
}

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:36:04 GMT
  • Dependencies: @types/webpack
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

2.0.5

7 months ago

2.0.4

8 months ago

2.0.6

6 months ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago