-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Quiet" mode #240
Comments
Makes sense. Note that on linux and macOS, you could do Out of curiosity, what's your build setup like? For example, are you compiling for node or the browser, and are you using a bundler or other tools? The use cases I've seen have typically involved running Sucrase using other tools (webpack, gulp, etc.) rather than from the CLI. |
Note that Babel 7 changed the CLI args to hide the output files by default and print a summary at the end, and got rid of the |
It'd be nice to have a "quiet" mode like
-q
in the babel cli where the print statements during sucrase' compilation are not displayed in the terminal.The text was updated successfully, but these errors were encountered: