huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
859 stars 28 forks source link

chore: Update `@swc/core` #552

Closed kdy1 closed 2 weeks ago

kdy1 commented 2 weeks ago

I'm trying to add running tests of bunchee to the SWC deploy pipeline so it never breaks unexpectedly. Minifier improvements may break tests, but it's expected.

See: https://github.com/swc-project/swc/pull/9068

huozhi commented 2 weeks ago

Thank you!