Skip to main content
webpack / node / ReadFileCompileWasmPlugin

Class: ReadFileCompileWasmPlugin

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

Constructors

Constructor

new ReadFileCompileWasmPlugin(options?): ReadFileCompileWasmPlugin
Defined in: webpack/types.d.ts:14564

Parameters

options?
ReadFileCompileWasmPluginOptions

Returns

ReadFileCompileWasmPlugin

Properties

options

options: ReadFileCompileWasmPluginOptions
Defined in: webpack/types.d.ts:14565

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void