UNPKG

@nx/rspack

Version:

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

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