huozhi / bunchee

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

chore: Update `@swc/core` #552

Closed kdy1 closed 5 months ago

kdy1 commented 5 months 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 5 months ago

Thank you!