nikushi / minipack

Minipack, a gem for minimalists, which can integrates Rails with webpack. It is an alternative to Webpacker.
MIT License
115 stars 22 forks source link

Support integrity hashes #25

Closed nikushi closed 4 years ago

nikushi commented 4 years ago

This changes enable minipack to embed subresource integrity hashes. calculated by https://github.com/webdeveric/webpack-assets-manifest, to script and link tags.

I added some refactoring commits to the original PR #24.