Class: EntryPlugin
Defined in: webpack/types.d.ts:4933Constructors
Constructor
new EntryPlugin(Defined in: webpack/types.d.ts:4937 An entry plugin which will handle creation of the EntryDependencycontext,entry,options?):EntryPlugin
Parameters
context
string
entry
string
options?
string | EntryOptions
Returns
EntryPlugin
Properties
context
context: string
Defined in: webpack/types.d.ts:4938
entry
entry: string
Defined in: webpack/types.d.ts:4939
options
options:Defined in: webpack/types.d.ts:4940string|EntryOptions
Methods
apply()
apply(Defined in: webpack/types.d.ts:4945 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void
createDependency()
Defined in: webpack/types.d.ts:4946staticcreateDependency(entry,options):EntryDependency
Parameters
entry
string
options
string | EntryOptions
Returns
EntryDependency