-
Notifications
You must be signed in to change notification settings - Fork 23
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
Noisy output in compress.js
#33
Comments
Seems to be related: Using plugin version 1.1.0 and Nodejs 10 LTS, run
Had to remove the line manually before I could run webpack-bundle-analyzer. |
Webpack loaders and plugins should use this.emitWarning, not |
the |
I went for |
The
adapter()
-function is very noisy when it comes to outputting what it does. It might make sense to use something other thenconsole.log
in order to notify the user about what's going on. One approach would be to use thedebug
-package, which lets the user decide whether he wants to see the warning or keep it suppressed: https://www.npmjs.com/package/debugThe text was updated successfully, but these errors were encountered: