UNPKG

@nx/webpack

Version:

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

7 lines (6 loc) 386 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>;