This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/template-webpack-plugin > LynxDebugMetadataPlugin > apply

LynxDebugMetadataPlugin.apply() method

The entry point of a webpack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

Parameter

Type

Description

compiler

Compiler

the webpack compiler

Returns:

void