UNPKG

@nx/rspack

Version:

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

4 lines (3 loc) 252 B
import type { RspackExecutorSchema } from '../../rspack/schema'; export declare function buildServePath(browserOptions: RspackExecutorSchema): string; export declare function _findDefaultServePath(baseHref?: string, deployUrl?: string): string | null;