Skip to main content
webpack / ManifestPlugin

Class: ManifestPlugin

Defined in: webpack/types.d.ts:10426

Constructors

Constructor

new ManifestPlugin(options?): ManifestPlugin
Defined in: webpack/types.d.ts:10427

Parameters

options?
ManifestPluginOptions

Returns

ManifestPlugin

Properties

options

options: ManifestPluginOptions
Defined in: webpack/types.d.ts:10428

Methods

apply()

apply(compiler): void
Defined in: webpack/types.d.ts:10433 Apply the plugin

Parameters

compiler
Compiler

Returns

void