Open
Description
-
📂 Project Organization
- Split into independent packages:
@ant-design/x
@ant-design/x-card
@ant-design/x-sdk
@ant-design/x-markdown
- Split into independent packages:
-
🔧 npm Workspaces Integration
- Uses native npm workspaces (
"workspaces"
inpackage.json
) for:- Shared dependency hoisting
- Cross-package script execution
- Streamlined development
- Uses native npm workspaces (
Why This Matters
- ✅ Consistent versioning & dependency management
- ⚡ Faster local development with linked packages
- 🛠️ Standard monorepo tooling compatibility
- 🌖 Changesets & Workflow Orchestration by utoo