UNPKG

@nx/rsbuild

Version:

The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.

8 lines (7 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initGenerator = exports.configurationGenerator = void 0; var configuration_1 = require("./src/generators/configuration/configuration"); Object.defineProperty(exports, "configurationGenerator", { enumerable: true, get: function () { return configuration_1.configurationGenerator; } }); var init_1 = require("./src/generators/init/init"); Object.defineProperty(exports, "initGenerator", { enumerable: true, get: function () { return init_1.initGenerator; } });