Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DllPluginOptions

Index

Properties

context?: string

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

entryOnly?: boolean

If true, only entry points will be exposed (default: true).

format?: boolean

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

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).

type?: string

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