UNPKG

@nx/rsbuild

Version:

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

20 lines (19 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rsbuildSwcPluginStyledJsxVersion = exports.rsbuildSwcPluginEmotionVersion = exports.rsbuildPluginStyledComponentsVersion = exports.rsbuildPluginLessVersion = exports.rsbuildPluginSassVersion = exports.rsbuildPluginVueVersion = exports.rsbuildPluginReactVersion = exports.rsbuildVersion = exports.nxVersion = void 0; exports.nxVersion = require('../../package.json').version; exports.rsbuildVersion = '1.1.10'; exports.rsbuildPluginReactVersion = '1.1.0'; exports.rsbuildPluginVueVersion = '1.0.5'; exports.rsbuildPluginSassVersion = '1.1.2'; exports.rsbuildPluginLessVersion = '1.1.0'; exports.rsbuildPluginStyledComponentsVersion = '1.1.0'; /** * These versions need to line up with the version of the swc_core crate Rspack uses for the version of Rsbuild above * Checking the `cargo.toml` at https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml for the correct Rspack version * is the best way to ensure that these versions are correct. * * The release notes for the packages below are very helpful in understanding what version of swc_core crate they require. */ exports.rsbuildSwcPluginEmotionVersion = '^7.0.3'; exports.rsbuildSwcPluginStyledJsxVersion = '^5.0.2';