favicons-webpack-plugin
favicons-webpack-plugin copied to clipboard
Incompatible with webpack-subresource-integrity
Current behaviour 💣
When using favicons-webpack-plugin
in webpack@^5.0.0
, webpack-subresource-integrity
throws an error.
Expected behaviour ☀️
favicons-webpack-plugin
should complete even while using webpack-subresource-integrity
; preferably with included integrity hashes.
Reproduction Example 👾
Setup latest webpack
with favicons-webpack-plugin
and webpack-subresource-integrity
.
Environment 🖥
Node.js v16.5.0 linux 5.13.5-arch1-1
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days.
Cannot reproduce with version 6.0.0-alpha.1
.