UNPKG

@nx/rspack

Version:

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

8 lines 324 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; //# sourceMappingURL=convert-config-to-rspack-plugin.d.ts.map