UNPKG

@nx/rollup

Version:

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

9 lines (8 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tsLibVersion = exports.swcLoaderVersion = exports.rollupVersion = exports.coreJsVersion = exports.nxVersion = void 0; exports.nxVersion = require('../../package.json').version; exports.coreJsVersion = '^3.36.1'; exports.rollupVersion = '^4.14.0'; exports.swcLoaderVersion = '0.1.15'; exports.tsLibVersion = '^2.3.0';