On this page

new EntryOptionPlugin(): EntryOptionPlugin
webpack.EntryOptionPlugin.apply(compiler): void
Attributes
compiler:<Compiler>
the compiler instance one is tapping into
Returns:
{void}

webpack.EntryOptionPlugin.applyEntryOption(compiler, context, entry): void
Attributes
compiler:<Compiler>
the compiler
context:<string>
context directory
request
Returns:
{void}

webpack.EntryOptionPlugin.entryDescriptionToOptions(compiler, name, desc): EntryOptions
Attributes
compiler:<Compiler>
the compiler
entry name
desc:
{EntryDescriptionNormalized} entry description
options for the entry