Is it possible to disable console redrawing in Parcel v2 (beta) #4984
Unanswered
RPDeshaies
asked this question in
General
Replies: 1 comment 3 replies
-
There is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm currently looking into upgrading a project to Parcel V2 (in preparation for the official release).
This project uses
lerna
as wellconcurrently
to run multiple packages and tasks at the same time.When using v2 of Parcel, starting our project ends up making the terminal very "verbose/noisy" since Parcel shows which files it's building and (I think) redraws the terminal every time there's a new file to build.
It seems like Lerna or concurrently wont handle this since tasks could be executed in parallel and it would not know "which line to redraw" (which makes sense).
I was wondering if there's a way to make Parcel only display two messages (like in v1 I think).
Something like "🚧 Building" and "✨ Built"
Otherwise, would you guys have any recommendations for alternative ways of handling this issue ?
Discussion on lerna I found that oriented me into thinking what is the underlying issue: lerna/lerna#1265 (comment)
Beta Was this translation helpful? Give feedback.
All reactions