UNPKG

@nx/rspack

Version:

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

3 lines 263 B
import { RspackExecutorSchema } from '../../../executors/rspack/schema'; export declare function normalizePathOptions(projectRoot: string, options: Partial<RspackExecutorSchema>): Partial<RspackExecutorSchema>; //# sourceMappingURL=normalize-path-options.d.ts.map