-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Has PRgood first issuehelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: cli
Description
Choose one: is this a bug report or feature request? feature request
Input Code
N/A
Babel Configuration (.babelrc, package.json, cli command)
{
"babel-cli": "^6.24.1"
}
node_modules/.bin/babel ./app/src -w -p -d ./app/scripts --modules amd --extensions '.es6,.jsx' --source-maps
Expected Behavior
When compiling a project with a large number of files there can be an excessive amount of logs produced.
The --quiet option removes all logs, however something in between may be of use. Perhaps a x of x files compiled or a percentage based option would be useful?
Current Behavior
For large projects either a large amount of logs are shown, or none at all with the --quiet option.
Possible Solution
Add another method of logging the progress of the compiler to show percentage complete or x of x compiled message.
Context
Build step of my project, I can choose between 500+ lines of output or 0.
Your Environment
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Has PRgood first issuehelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: cli
