Class: DynamicEntryPlugin
Defined in: webpack/types.d.ts:4650Constructors
Constructor
new DynamicEntryPlugin(Defined in: webpack/types.d.ts:4651context,entry):DynamicEntryPlugin
Parameters
context
string
entry
() =>Promise<EntryStaticNormalized>
Returns
DynamicEntryPlugin
Properties
context
context: string
Defined in: webpack/types.d.ts:4652
entry()
entry: () =>Defined in: webpack/types.d.ts:4653Promise<EntryStaticNormalized>
Returns
Promise<EntryStaticNormalized>
Methods
apply()
apply(Defined in: webpack/types.d.ts:4658 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void