-
-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix tsup bundling local package imported types #2663
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LodashLodash size has been decreased, but is still included in the bundle with 35kb. Any idea? https://bundlephobia.com/package/@udecode/[email protected] tsserver
✅ Type error (caption/deserializeMd)What about trying to revert
|
as for lodash bundling, I inspected the output and lodash is not bundled, instead it's being imported, I'll double check |
I've found a fix for the type error. Plugin attributes should all be optional. These were the only 2 plugins with required attributes. Releasing the patch. |
…o fix/dts-bundling-issue
…/dts-bundling-issue
/tip $50 |
Description
This PR aims to fix d.ts bundling of locally imported types
plate-playground-template
and ensures it's buildableSee changesets.