huozhi / bunchee

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

feat: loading indicator #523

Closed devjiwonchoi closed 5 months ago

devjiwonchoi commented 5 months ago

Closes #512

huozhi commented 5 months ago

Fantastic!! 😮😮😮😮😮😮😮😮😮😮😮😮😮😮😮😮😮

huozhi commented 5 months ago

@devjiwonchoi I found sometimes it swallow the content. I think we need to stop before we log everything in output plugin

> bunchee@5.1.2 tsx /Users/huozhi/code/bunchee
> node -r @swc-node/register "./src/bin/index.ts" "--cwd" "test/integration/subpath-imports-ts"

â ¹ building...

✓ bunchee 5.1.2 build completed
huozhi commented 5 months ago

Revert atm for patch

devjiwonchoi commented 5 months ago

Got it!! Will investigate further!