Class: LibraryTemplatePlugin
Defined in: webpack/types.d.ts:9852Constructors
Constructor
new LibraryTemplatePlugin(Defined in: webpack/types.d.ts:9853name,target,umdNamedDefine,auxiliaryComment,exportProperty):LibraryTemplatePlugin
Parameters
name
LibraryName
target
string
umdNamedDefine
boolean
auxiliaryComment
AuxiliaryComment
exportProperty
LibraryExport
Returns
LibraryTemplatePlugin
Properties
library
library: object
Defined in: webpack/types.d.ts:9860
auxiliaryComment
auxiliaryComment: AuxiliaryComment
export
export: LibraryExport
name
name: LibraryName
type
type: string
umdNamedDefine
umdNamedDefine: boolean
Methods
apply()
apply(Defined in: webpack/types.d.ts:9871 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void