Home > @lynx-js/chunk-loading-webpack-plugin > ChunkLoadingWebpackPlugin > apply

ChunkLoadingWebpackPlugin.apply() method

The entry point of a webpack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

ParameterTypeDescription
compilerCompilerthe webpack compiler

Returns:

void