huozhi / bunchee

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

Refine errors #609

Closed huozhi closed 1 day ago

huozhi commented 2 days ago

currently the same error is logging twice:

⨯ Error [RollupError]: [plugin dts] src/utils.shared-runtime.ts: Failed to compile. Check the logs above
⨯ RollupError: [plugin dts] src/utils.shared-runtime.ts: Failed to compile. Check the logs above.

Need to keep only one to improve the display