UNPKG

@nx/esbuild

Version:

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

3 lines (2 loc) 113 B
import { type Tree } from '@nx/devkit'; export declare function assertSupportedEsbuildVersion(tree: Tree): void;