On this page

new EntryPlugin(context, entry, options?): EntryPlugin
Attributes
context:string
context path
entry:string
entry path
entry options (passing a string is deprecated)
Returns:EntryPlugin

An entry plugin which will handle creation of the EntryDependency

Attributes
context:string
entry:string
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Applies the plugin by registering its hooks on the compiler.


Attributes
entry:string
entry request
entry options (passing string is deprecated)
the dependency

Creates a dependency.