chore: move tsup config to a separate package#981
Conversation
|
WalkthroughThis change introduces a new internal package, Changes
Sequence Diagram(s)sequenceDiagram
participant PackageJSON
participant ConfigTsup
participant Tsup
PackageJSON->>ConfigTsup: Provide dev.entry mapping and tsconfig path
ConfigTsup->>ConfigTsup: Validate package.json and dev.entry
ConfigTsup->>ConfigTsup: Resolve tsconfig (build or default)
ConfigTsup->>ConfigTsup: Merge user options with defaults
ConfigTsup->>Tsup: Return final tsup config
Tsup->>Tsup: Build package using provided config
Possibly related PRs
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@prosekit/basic
@prosekit/core
@prosekit/lit
@prosekit/extensions
@prosekit/pm
@prosekit/preact
prosekit
@prosekit/react
@prosekit/solid
@prosekit/svelte
@prosekit/vue
@prosekit/web
commit: |
size-limit report 📦
|
Summary by CodeRabbit
New Features
Refactor
Chores