UNPKG

@nx/esbuild

Version:

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

4 lines (3 loc) 229 B
import { ProjectGraph } from '@nx/devkit'; import { DependentBuildableProjectNode } from '@nx/js/internal'; export declare function getExtraDependencies(projectName: string, graph: ProjectGraph): DependentBuildableProjectNode[];