Operational notes
svgIconswrites SVG markup directly into generated Vue TSX components. Enable Vue JSX/TSX transformation in the consuming project and only scan trusted repository assets.- The SRI plugin hashes local build outputs. Pin CDN versions and provide integrity metadata for remote CDN resources separately.
- Precompression emits
.gzand.br; your server or object storage must serve them based onAccept-Encoding. - When using SRI, budgets, and precompression together, keep this order in
plugins: SRI → budgets → compression. - This repository publishes an npm library. Deploy the consuming application's built
dist/, not this repository.
