After updating to Webpack 5.47.0, the browser throws a lot of integrity violations:
Failed to find a valid digest in the 'integrity' attribute for resource '<URL>' with computed SHA-256 integrity 'NjqZnazu3EZwz5SxDoeaTBQCHB2YupOpWOsv+BvMxIA='. The resource has been blocked.
Failed to find a valid digest in the 'integrity' attribute for resource '<URL>' with computed SHA-256 integrity 'XJd+zgxjvQP6sPOr0yrqgFiMY0IVs8D08WN8wWQZdVU='. The resource has been blocked.
Failed to find a valid digest in the 'integrity' attribute for resource '<URL>' with computed SHA-256 integrity 'GQRbuQl4o18G0DTYVd2Had4NAXld25014og8rkIgqyw='. The resource has been blocked.
Failed to find a valid digest in the 'integrity' attribute for resource '<URL>' with computed SHA-256 integrity 'cTI1Gy+xILiHMtr3wlqDUEcSPwWNAReoR9u5uF4I7K4='. The resource has been blocked.
With Webpack 5.46.0 everything worked fine.
Is that a Webpack issue, or does this plugin use some internal APIs which have been changed in Webpack 5.47.0?
After updating to Webpack 5.47.0, the browser throws a lot of integrity violations:
With Webpack 5.46.0 everything worked fine.
Is that a Webpack issue, or does this plugin use some internal APIs which have been changed in Webpack 5.47.0?