UNPKG

@nx/rspack

Version:

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

7 lines (6 loc) 1.35 kB
export declare const RSPACK_MF_DEV_SERVER_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/rspack:module-federation-dev-server` executor is deprecated and will be removed in Nx v24. Dynamic federation in `@nx/react:consumer` removes the need for host-orchestrated remote serving. See https://nx.dev/docs/technologies/module-federation/consumer-and-provider for the v23 migration guide."; export declare const RSPACK_MF_SSR_DEV_SERVER_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/rspack:module-federation-ssr-dev-server` executor is deprecated and will be removed in Nx v24. SSR is not first-classed in the new generators; see https://nx.dev/docs/technologies/module-federation/consumer-and-provider for guidance on wiring SSR with `@nx/react:consumer`."; export declare const RSPACK_MF_STATIC_SERVER_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/rspack:module-federation-static-server` executor is deprecated and will be removed in Nx v24. Use plain `rsbuild preview` / `sirv-cli` via `nx:run-commands` if a static-serve workflow is still needed. See https://nx.dev/docs/technologies/module-federation/consumer-and-provider for details."; export declare function warnRspackMfDevServerExecutorDeprecation(): void; export declare function warnRspackMfSsrDevServerExecutorDeprecation(): void; export declare function warnRspackMfStaticServerExecutorDeprecation(): void;