Skip to main content
webpack / node / NodeTemplatePlugin

Class: NodeTemplatePlugin

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

Constructors

Constructor

new NodeTemplatePlugin(options?): NodeTemplatePlugin
Defined in: webpack/types.d.ts:11852

Parameters

options?
NodeTemplatePluginOptions

Returns

NodeTemplatePlugin

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void