UNPKG

@nx/rsbuild

Version:

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

17 lines 988 B
export declare const nxVersion: any; export declare const rsbuildVersion = "1.1.10"; export declare const rsbuildPluginReactVersion = "1.1.0"; export declare const rsbuildPluginVueVersion = "1.0.5"; export declare const rsbuildPluginSassVersion = "1.1.2"; export declare const rsbuildPluginLessVersion = "1.1.0"; export declare const 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. */ export declare const rsbuildSwcPluginEmotionVersion = "^7.0.3"; export declare const rsbuildSwcPluginStyledJsxVersion = "^5.0.2"; //# sourceMappingURL=versions.d.ts.map