UNPKG

@nx/rspack

Version:

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

17 lines (16 loc) 553 B
{ "version": 2, "continuous": true, "outputCapture": "direct-nodejs", "title": "Module Federation Static Dev Server", "x-deprecated": "The `@nx/rspack:module-federation-static-server` executor is deprecated. Use `vite preview` / `rsbuild preview` via `nx:run-commands` instead. Removed in Nx v24.", "description": "Serve a Consumer (host) application statically along with it's Producers (remotes).", "cli": "nx", "type": "object", "properties": { "serveTarget": { "type": "string" } }, "required": ["serveTarget"] }