jantimon/favicons-webpack-plugin

Incompatible with webpack-subresource-integrity

Open

#279 ouverte le 29 juil. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (226 forks)batch import
help wantedwontfix

Métriques du dépôt

Stars
 (1 198 stars)
Métriques de merge PR
 (Merge moyen 8h 36m) (3 PRs mergées en 30 j)

Description

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

Guide contributeur