brunocodutra/webapp-webpack-plugin

Favicons aren't being included in the html file

wtchnm opened this issue · 5 comments

Hi! Thanks for your amazing work!

I already tried to using inject: 'force' and using the v4 branch, but I keep getting no favicons :(

To reproduce the issue:

Thanks for reaching out, could you confirm whether the same configuration works on the latest release with html-webpack-plugin v3?

Unfortunately it is not working on v3 as well.

Could you share your configuration for WebappWebpackPlugin?

Just realized you shared the repo.

@woitechen I believe you have a bug in this conditional, negating the predicate fixes the issue.

Hmm, that's right. The issue is with the speed-measure-webpack-plugin. Many thanks for your help.