-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Latest release 5.6.2 breaks webpack-favicons #1866
Comments
Could you create a reproducible repository using github? |
Found the problem - https://github.com/drolsen/webpack-favicons/blob/master/index.js#L78 Now: require('html-webpack-plugin/lib/hooks').getHtmlWebpackPluginHooks(compilation).alterAssetTags.tapAsync( How to fix: require('html-webpack-plugin').getCompilationHooks(compilation).alterAssetTags.tapAsync(
There is a fix - #1867, but I would recommend raising the issue in |
Thank you very much! I opened an issue in webpack-favicons as well. |
The latest release broke webpack-favicons output for me.
Current behaviour 💣
With the example below on version 5.6.2
html/favicons.html
will look like this:Expected behaviour ☀️
On version 5.6.0 it looked like this:
Reproduction Example 👾
Using the following template and configuration:
Environment 🖥
The text was updated successfully, but these errors were encountered: