On this page

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

An entry plugin which will handle creation of the EntryDependency

Attributes
context:<string>
entry:<string>
options:<string>
webpack.EntryPlugin.apply(compiler): void
  • compiler {Compiler} the compiler instance
  • Returns: {void}

Apply the plugin


webpack.EntryPlugin.createDependency(entry, options): EntryDependency
Attributes
entry:<string>
entry request
options:<string>
entry options (passing string is deprecated)
Returns:
{EntryDependency} the dependency