UNPKG

@nx/webpack

Version:

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

8 lines (7 loc) 247 B
import { type ProjectGraphProjectNode } from '@nx/devkit'; /** * Check if the library is buildable. * @param node from the project graph * @returns boolean */ export declare function isBuildableLibrary(node: ProjectGraphProjectNode): boolean;