UNPKG

@nx/rollup

Version:

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

6 lines (5 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withNx = void 0; var with_nx_1 = require("./src/plugins/with-nx/with-nx"); Object.defineProperty(exports, "withNx", { enumerable: true, get: function () { return with_nx_1.withNx; } });