UNPKG

@nx/webpack

Version:

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

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