UNPKG

@nx/rspack

Version:

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

6 lines (5 loc) 380 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function rspackInitGenerator(tree: Tree, schema: InitGeneratorSchema): Promise<GeneratorCallback>; export default rspackInitGenerator; export declare const rspackInitSchematic: (generatorOptions: InitGeneratorSchema) => (tree: any, context: any) => Promise<any>;