huozhi / bunchee

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

fix memoize util causing cache mismatch #499

Closed huozhi closed 6 months ago

huozhi commented 6 months ago

Fixes cache mismatching caused in #493

The cache was re-created very time, now we give memoizeByKey a scoped cache that it won't recreate.