@nx/webpack
Version:
7 lines (6 loc) • 372 B
TypeScript
import type { TargetConfiguration, Tree } from '@nx/devkit';
import type { MigrationContext } from './types';
export declare function buildPostTargetTransformerFactory(migrationContext: MigrationContext): (target: TargetConfiguration, tree: Tree, projectDetails: {
projectName: string;
root: string;
}, inferredTarget: TargetConfiguration) => TargetConfiguration;