Skip to main content
webpack / wasm / EnableWasmLoadingPlugin

Class: EnableWasmLoadingPlugin

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

Constructors

Constructor

new EnableWasmLoadingPlugin(type): EnableWasmLoadingPlugin
Defined in: webpack/types.d.ts:4736

Parameters

type
string

Returns

EnableWasmLoadingPlugin

Properties

type

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

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void

checkEnabled()

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

Parameters

compiler
Compiler
type
string

Returns

void

setEnabled()

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

Parameters

compiler
Compiler
type
string

Returns

void