这是开发预览网站。请访问正式文档 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