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

LynxEncodePlugin.apply() method

The entry point of a webpack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

ParameterTypeDescription
compilerCompilerthe webpack compiler

Returns:

void