UNPKG

@nx/rspack

Version:

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

24 lines (17 loc) 383 B
#### Ensure the @nx/module-federation Package is Installed If workspace includes Module Federation projects, ensure the new `@nx/module-federation` package is installed. #### Sample Code Changes ##### Before ```json title="package.json" { "dependencies": {} } ``` ##### After ```json title="package.json" { "dependencies": { "@nx/module-federation": "20.3.0" } } ```