Closed swalker326 closed 3 weeks ago
this awesome, should we dm Column?
If we're doing this for consistency can we also update the other Plugins in the build
package?
https://github.com/Coly010/ng-rspack-build/blob/main/packages/build/src/lib/plugins/ng-rspack.ts
Think I got them all
CI is running/has finished running commands for commit 6362a41d2724f9b578247bb39ede6f73a7016ef1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Description
This PR updates the NgRspackModuleFederationPlugin to standardize the attribute name from options to _options, aligning it with the naming conventions used in other Module Federation plugins. This change resolves the inconsistency and improves compatibility across plugins.
Changes
Renamed options to _options throughout the plugin configuration. Updated all references to use _options instead of options. This update should improve interoperability for users who rely on a consistent API structure across Module Federation plugins.
Closes #25