Home > @lynx-js/css-extract-webpack-plugin > CssExtractWebpackPlugin > apply

CssExtractWebpackPlugin.apply() method

The entry point of a webpack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

ParameterTypeDescription
compilerCompilerthe webpack compiler

Returns:

void