new EntryPlugin(context, entry, options?): EntryPluginAttributes
context:
stringcontext path
entry:
stringentry path
options:
string | EntryOptionsentry options (passing a string is deprecated)
Returns:
EntryPluginAn entry plugin which will handle creation of the EntryDependency
Attributes
apply(compiler): voidAttributes
Applies the plugin by registering its hooks on the compiler.
Attributes
entry:
stringentry request
options:
string | EntryOptionsentry options (passing string is deprecated)
Returns:
EntryDependencythe dependency
Creates a dependency.