On this page

new EnableChunkLoadingPlugin(type): EnableChunkLoadingPlugin
Attributes
type:string
library type that should be available

Creates an instance of EnableChunkLoadingPlugin.

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

Applies the plugin by registering its hooks on the compiler.


Attributes
compiler:Compiler
the compiler instance
type:string
type of library
Returns:void

Checks enabled.


Attributes
compiler:Compiler
the compiler instance
type:string
type of library
Returns:void

Updates enabled using the provided compiler.