bogusfocused / html-webpack-inline-chunk-plugin

A webpack plugin that inlines chunk in html-webpack-plugin.
34 stars 6 forks source link

console.log is annoying when using webpack dashboard #1

Closed kazazor closed 7 years ago

kazazor commented 7 years ago

When using webpack-dashboard the console.log in this line is annoying and looks like that:

screen shot 2017-02-13 at 10 44 30 pm

Maybe add a quiet mode for this plugin..?

kazazor commented 7 years ago

I created a PR that adds this mode, please let me know if it works for you and then we could merge and enjoy it :)

kazazor commented 7 years ago

@rohitlodha - would appreciate your input when you'll be able to take a look at it :)

kazazor commented 7 years ago

@rohitlodha - for every change and watch by webpack you print again your log and the problem gets worse:

screen shot 2017-02-19 at 10 54 46 pm

I would really appreciate your input here since I believe I provided here a solution which is pretty common in the webpack world and we only need to merge and publish it again.

Please respond so I could understand your thoughts about it and we could resolve it so this plugin would be even more useful.

bogusfocused commented 7 years ago

My apologies for the delay and thanks for introducing me to webpack dashboard! I have merged the commit and so closing this.