Home > @lynx-js/runtime-wrapper-webpack-plugin > RuntimeWrapperWebpackPlugin > apply

RuntimeWrapperWebpackPlugin.apply() method

The entry point of a webpack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

ParameterTypeDescription
compilerCompilerthe webpack compiler

Returns:

void