huozhi / bunchee

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

fix: memory overflow issue #497

Closed huozhi closed 6 months ago

huozhi commented 6 months ago

This PR will ensure we only create dts plugin once, seems the plugin consumed too much memory. And we also ensure the override ts parsing is also only executed once so we don't read the tsconfig.json and parse multi times in each type build

Resolves #491 Closes #493