stephencookdev / speed-measure-webpack-plugin

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
MIT License
2.42k stars 79 forks source link

Console log when outputTarget option specified #157

Open CodeJosch opened 3 years ago

CodeJosch commented 3 years ago

When the outputTarget option is set, a console.log gives the information about that.

This looks more like a debug message anyways and should be removed as it might break the output format of the webpack build.

https://github.com/stephencookdev/speed-measure-webpack-plugin/blob/b5ff09e699416fe336d1df1896af5c50e6596deb/index.js#L147