Class: RuntimeChunkPlugin
Defined in: webpack/types.d.ts:16545Constructors
Constructor
new RuntimeChunkPlugin(Defined in: webpack/types.d.ts:16546options?):RuntimeChunkPlugin
Parameters
options?
name?
(entrypoint) => string
The name factory for the runtime chunks.
Returns
RuntimeChunkPlugin
Properties
options
options: object
Defined in: webpack/types.d.ts:16552
name
name:string| (entrypoint) =>string
Methods
apply()
apply(Defined in: webpack/types.d.ts:16557 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void