Eptagone / Vite.AspNetCore

Small library to integrate Vite into ASP.NET projects
MIT License
243 stars 34 forks source link

Fix an issue with ViteTagHelper where 'as' attribute is ignored #127

Closed joeburdick closed 1 month ago

joeburdick commented 1 month ago

Fix the constant string "LINK_AS_ATTRIBUTE" on ViteTagHelper, allowing the use of link elements with rel="preload"

Fixes #126.