UNPKG

@nx/rspack

Version:

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

4 lines (3 loc) 341 B
import type { RspackExecutorSchema, NormalizedRspackExecutorSchema } from '../schema'; export declare function normalizeOptions(options: RspackExecutorSchema, root: string, projectRoot: string, sourceRoot: string): NormalizedRspackExecutorSchema; export declare function normalizePluginPath(pluginPath: void | string, root: string): string;