UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

7 lines (6 loc) 197 B
import type { Compiler } from '@rspack/core'; export declare class NxReactRspackPlugin { private options; constructor(options?: Record<string, any>); apply(compiler: Compiler): void; }