Skip to content

@babel/cli can't be quietened #8326

Closed
Closed
@insin

Description

@insin

v7 Regression

Potential Commit/PR that introduced the regression

#7439

Describe the regression

@babel/cli can no longer be quietened.

The --quiet flag was removed and a "Successfully compiled..." message is logged to the console without an option to suppress it:

console.log(
`Successfully compiled ${compiledFiles} ${
compiledFiles !== 1 ? "files" : "file"
} with Babel.`,
);

Environment

@babel/cli v7.0.0-beta.53

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions