huozhi / bunchee

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

Loading indicator in terminal during building #512

Closed huozhi closed 3 months ago

huozhi commented 6 months ago

Would be nice if we can have a loading bar when the command starts as some project might be big to build that hangs for a while

evnxprk commented 6 months ago

What do you mean by a loading bar? Like a bar in the middle of the screen that shows when the page would be fully loaded?

huozhi commented 6 months ago

I renamed the title, want to have sth like loading indicator while building such like ora

evnxprk commented 6 months ago

Okay, I can do that. I was just running into an issue installing bunchee though.

when i try to install bunchee using this command: npm install --save-dev bunchee it says this error: npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "link:": link:./

npm ERR! A complete log of this run can be found in: npm ERR! /Users/beaw/.npm/_logs/2024-04-04T17_13_13_362Z-debug-0.log

devjiwonchoi commented 5 months ago

@evnxprk Hi, are you currently working on this?