Skip to main content
webpack / javascript / EnableChunkLoadingPlugin

Class: EnableChunkLoadingPlugin

Defined in: webpack/types.d.ts:4706

Constructors

Constructor

new EnableChunkLoadingPlugin(type): EnableChunkLoadingPlugin
Defined in: webpack/types.d.ts:4707

Parameters

type
string

Returns

EnableChunkLoadingPlugin

Properties

type

type: string
Defined in: webpack/types.d.ts:4708

Methods

apply()

apply(compiler): void
Defined in: webpack/types.d.ts:4713 Apply the plugin

Parameters

compiler
Compiler

Returns

void

checkEnabled()

static checkEnabled(compiler, type): void
Defined in: webpack/types.d.ts:4715

Parameters

compiler
Compiler
type
string

Returns

void

setEnabled()

static setEnabled(compiler, type): void
Defined in: webpack/types.d.ts:4714

Parameters

compiler
Compiler
type
string

Returns

void