You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using webpack-subresource-integrity with CompressionPlugin (gzip) and my prod version of the app is giving me SRI errors cause I assume the hashes are generated for non-gzipped counterparts of my compressed files but the server sends to client the gzipped versions of these files
The text was updated successfully, but these errors were encountered:
I am using webpack-subresource-integrity with CompressionPlugin (gzip) and my prod version of the app is giving me SRI errors cause I assume the hashes are generated for non-gzipped counterparts of my compressed files but the server sends to client the gzipped versions of these files
The text was updated successfully, but these errors were encountered: