Skip to main content
webpack / LoaderTargetPlugin

Class: LoaderTargetPlugin

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

Constructors

Constructor

new LoaderTargetPlugin(target): LoaderTargetPlugin
Defined in: webpack/types.d.ts:10180

Parameters

target
string

Returns

LoaderTargetPlugin

Properties

target

target: string
Defined in: webpack/types.d.ts:10181

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void