UNPKG

@nx/webpack

Version:

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

7 lines 445 B
import { type TargetConfiguration, type Tree } from '@nx/devkit'; import type { MigrationContext } from './types'; export declare function servePostTargetTransformerFactory(migrationContext: MigrationContext): (target: TargetConfiguration, tree: Tree, projectDetails: { projectName: string; root: string; }, inferredTarget: TargetConfiguration) => Promise<TargetConfiguration>; //# sourceMappingURL=serve-post-target-transformer.d.ts.map