Skip to content
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

Suppress Notice About Input Source Maps #3254

Closed
bdkjones opened this issue Sep 10, 2018 · 2 comments · Fixed by #3392
Closed

Suppress Notice About Input Source Maps #3254

bdkjones opened this issue Sep 10, 2018 · 2 comments · Fixed by #3392

Comments

@bdkjones
Copy link

Bug report or feature request?

Bug Report

Uglify version (uglifyjs -V)

3.4.9

The Issue

If I pass the option --source-map content='someUpstreamFile.js.map' on the CLI, Uglify will always print the following message:

INFO: Using input source map: /Path/to/the/file/someUpstreamFile.js.map

I would expect this message to be printed if I passed --verbose to the CLI. (I am NOT passing verbose in this case.) Otherwise, UglifyJS should not spam the console with messages like this. Please suppress the spammy message if verbose is not enabled.

@bdkjones
Copy link
Author

@bdkjones
Copy link
Author

Ha, dupe of #3253. You get to close two issues by deleting one line of code. It's a good day.

alexlamsl added a commit to alexlamsl/UglifyJS that referenced this issue Apr 29, 2019
alexlamsl added a commit that referenced this issue Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants