UNPKG

@nx/rspack

Version:

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

9 lines (8 loc) 209 B
import type { Compiler } from '@rspack/core'; export declare class NxReactRspackPlugin { private options; constructor(options?: { svgr?: boolean; }); apply(compiler: Compiler): void; }