UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

10 lines (9 loc) 514 B
import { Configuration } from '../../configuration/index.js'; /** * Returns the path to the webpack configuration file to use for the given application. * @param configuration Configuration object. * @param cmdOptions Command line options. * @param appName Application name. * @returns The path to the webpack configuration file to use. */ export declare function getWebpackConfigPath(configuration: Required<Configuration>, cmdOptions: Record<string, any>, appName: string | undefined): string | undefined;