2.0.6 • Published 2 years ago

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

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago