new EntryOptionPlugin(): EntryOptionPluginReturns:
{EntryOptionPlugin}
webpack.EntryOptionPlugin.apply(compiler): voidcompiler{Compiler} the compiler instance one is tapping into- Returns: {void}
webpack.EntryOptionPlugin.applyEntryOption(compiler, context, entry): voidcompiler{Compiler} the compilercontext<string>context directoryentry{EntryNormalized} request- Returns: {void}
webpack.EntryOptionPlugin.entryDescriptionToOptions(compiler, name, desc): voidcompiler{Compiler} the compilername<string>entry namedesc{EntryDescriptionNormalized} entry description- Returns: {EntryOptions} options for the entry