UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

6 lines (5 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadIsolatedNxPlugin = void 0; var load_isolated_plugin_1 = require("./load-isolated-plugin"); Object.defineProperty(exports, "loadIsolatedNxPlugin", { enumerable: true, get: function () { return load_isolated_plugin_1.loadIsolatedNxPlugin; } });