UNPKG

@nx/esbuild

Version:

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

8 lines (7 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.minSupportedEsbuildVersion = exports.tsLibVersion = exports.nxVersion = void 0; const path_1 = require("path"); exports.nxVersion = require((0, path_1.join)('@nx/esbuild', 'package.json')).version; exports.tsLibVersion = '^2.3.0'; exports.minSupportedEsbuildVersion = '0.19.2';