v1.0.0
v1.1.0
Initial public release to NPM!
Highlights
- Generate Subresource Integrity (SRI) hashes for build assets (JS/CSS).
- Inject
integrityandcrossoriginattributes 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!