UNPKG

@nx/esbuild

Version:

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

9 lines (8 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedEsbuildVersion = assertSupportedEsbuildVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedEsbuildVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, 'esbuild', versions_1.minSupportedEsbuildVersion); }