Skip to content

v1.0.0

Choose a tag to compare

@rbonestell rbonestell released this 09 Aug 02:15
· 94 commits to main since this release
c1c80c2

v1.1.0

Initial public release to NPM!

Highlights

  • Generate Subresource Integrity (SRI) hashes for build assets (JS/CSS).
  • Inject integrity and crossorigin attributes into HTML during Vite build.
  • Supports multiple algorithms: sha256, sha384, sha512 (default: sha384).
  • Configurable include/exclude glob patterns for assets.
  • Optional SRI manifest output for tooling/debugging.

Thanks for trying the first release of vite-plugin-sri-gen! Please open issues or PRs with feedback!