Class: PlatformPlugin
Defined in: webpack/types.d.ts:14132Constructors
Constructor
new PlatformPlugin(Defined in: webpack/types.d.ts:14133platform):PlatformPlugin
Parameters
platform
Partial<PlatformTargetProperties>
Returns
PlatformPlugin
Properties
platform
platform:Defined in: webpack/types.d.ts:14134Partial<PlatformTargetProperties>
Methods
apply()
apply(Defined in: webpack/types.d.ts:14139 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void