Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DllPlugin

Index

Constructors

Properties

Methods

Constructors

Properties

options: { context?: string; entryOnly: boolean; format?: boolean; name?: string; path: string; type?: string }

Type declaration

  • Optional context?: string

    Context of requests in the manifest file (defaults to the webpack context).

  • entryOnly: boolean
  • Optional format?: boolean

    If true, manifest json file (output) will be formatted.

  • Optional name?: string

    Name of the exposed dll function (external name, use value of 'output.library').

  • path: string

    Absolute path to the manifest json file (output).

  • Optional type?: string

    Type of the dll bundle (external type, use value of 'output.libraryTarget').

Methods

  • Apply the plugin

    Parameters

    Returns void