UNPKG

@nx/esbuild

Version:

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

4 lines 303 B
import { ProjectGraph } from '@nx/devkit'; import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils'; export declare function getExtraDependencies(projectName: string, graph: ProjectGraph): DependentBuildableProjectNode[]; //# sourceMappingURL=get-extra-dependencies.d.ts.map