UNPKG

@nx/webpack

Version:

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

4 lines 317 B
import type { NormalizedWebpackExecutorOptions } from '../../webpack/schema'; export declare function buildServePath(browserOptions: NormalizedWebpackExecutorOptions): string; export declare function _findDefaultServePath(baseHref?: string, deployUrl?: string): string | null; //# sourceMappingURL=serve-path.d.ts.map