Home > @lynx-js/react-refresh-webpack-plugin > ReactRefreshRspackPlugin > apply

ReactRefreshRspackPlugin.apply() method

The entry point of a rspack plugin.

Signature:

apply(compiler: Compiler): void;

Parameters

ParameterTypeDescription
compilerCompilerthe rspack compiler

Returns:

void