Closed
Description
Sprockets supported subresource integrity out of the box. It would be nice if
javascript_pack_tag 'vendor', integrity: true, crossorigin: 'anonymous'
worked the same. There is a webpack plugin but I am not sure how to hook it up to Rails to put the integrity hashes into the template.