use tsdown, update deps, slim bundles#554
Conversation
🦋 Changeset detectedLatest commit: 71cc2c1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
In CI
|
|
package size whent from 922kb to 217 kb (excluding sourcemaps) |
| "cloudflare:workers", | ||
| "cloudflare:email", | ||
| "@ai-sdk/react", | ||
| "ai", |
There was a problem hiding this comment.
Looking into this.
I believe this change is causing a Vite bundling issue that wasn't present prior.
Clearing node_modules/.vite and such to figure out if it's related to this or something in the project.
(I did run into my own set of issues with tsdown that caused me to go back to https://github.com/colinhacks/zshy)
There was a problem hiding this comment.
fixed in 0.2.12

we were bundling external modules into the main release, fixed that
also tsdown is just faster (and maintained)