All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix
getStyle()silently dropping the standalone.cssoutput file when a chunk also has acss[]array (assignment was overwriting instead of merging) - Add
renderStylePreloads()method toViteManifestandViteManifestInterfaceto emit<link rel="preload" as="style">hints for CSS files - Add
vite_css_preload()Twig function backed byrenderStylePreloads()
- Apply
basePathto server URL
ViteTwigExtensionconstructor uses interface instead of class
- Initial version