UNPKG

@nx/esbuild

Version:

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

4 lines (3 loc) 251 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[];