UNPKG

@nx/rsbuild

Version:

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

9 lines (8 loc) 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedRsbuildVersion = assertSupportedRsbuildVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedRsbuildVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, '@rsbuild/core', versions_1.minSupportedRsbuildVersion); }