Skip to main content
webpack / PlatformPlugin

Class: PlatformPlugin

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

Constructors

Constructor

new PlatformPlugin(platform): PlatformPlugin
Defined in: webpack/types.d.ts:14133

Parameters

platform
Partial<PlatformTargetProperties>

Returns

PlatformPlugin

Properties

platform

platform: Partial<PlatformTargetProperties>
Defined in: webpack/types.d.ts:14134

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void