Can Vite automate accessibility meta tags via transformIndexHtml?
Accessibility Defaults in Vite Templates Vite provides a lean default template for index.html , which currently lacks built-in accessibility defaults such as the <meta name="viewport"> tag. While developers can manually add these tags, there is no core mechanism to ensure consistent accessibility standards across different project initializations. Plug