Conversation
|
Cursor Agent can help with this pull request. Just |
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@module-federation/devtools
@module-federation/cli
create-module-federation
@module-federation/data-prefetch
@module-federation/dts-plugin
@module-federation/enhanced
@module-federation/error-codes
@module-federation/managers
@module-federation/manifest
@module-federation/metro
@module-federation/metro-plugin-rnc-cli
@module-federation/metro-plugin-rnef
@module-federation/modern-js-v3
@module-federation/retry-plugin
@module-federation/rsbuild-plugin
@module-federation/rspack
@module-federation/rspress-plugin
@module-federation/runtime
@module-federation/runtime-core
@module-federation/runtime-tools
@module-federation/sdk
@module-federation/third-party-dts-extractor
@module-federation/treeshake-frontend
@module-federation/treeshake-server
@module-federation/webpack-bundler-runtime
@module-federation/bridge-react
@module-federation/bridge-react-webpack-plugin
@module-federation/bridge-shared
@module-federation/bridge-vue3
@module-federation/inject-external-runtime-core-plugin
commit: |
Bundle Size ReportNo bundle size changes detected. Total dist: 6.87 MB (no change) |
Description
This PR introduces a monorepo harness for
rslib, inspired byrstest's project orchestration capabilities. It enables the definition and execution ofrslib buildcommands across multiple projects within a monorepo structure.Key features include:
rslib.harness.config.mjsfor declaring project entries (paths, globs, inline configs).scripts/rslib-harness.mjs) to executerslib buildacross resolved projects.--project) and dry-run/list modes.Related Issue
This implementation addresses the user's request to design a monorepo harness for
rslibsimilar torstest's capabilities, as discussed in the conversation.Types of changes
Checklist