UNPKG

@nx/rspack

Version:

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

8 lines (7 loc) 263 B
import { Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertConfigToRspackPluginGenerator(tree: Tree, options: Schema): Promise<void>; export default convertConfigToRspackPluginGenerator;