Skip to main content
webpack / web / FetchCompileWasmPlugin

Class: FetchCompileWasmPlugin

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

Constructors

Constructor

new FetchCompileWasmPlugin(options?): FetchCompileWasmPlugin
Defined in: webpack/types.d.ts:5972

Parameters

options?
FetchCompileWasmPluginOptions

Returns

FetchCompileWasmPlugin

Properties

options

options: FetchCompileWasmPluginOptions
Defined in: webpack/types.d.ts:5973

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void