Skip to content

Operational notes

  • svgIcons writes 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 .gz and .br; your server or object storage must serve them based on Accept-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.