Skip to content

Version 1.0.30

Compare
Choose a tag to compare
@khalwat khalwat released this 25 Jan 21:38
· 70 commits to develop since this release

Changed

  • Updated the craft.vite.asset() function to work with Vite 3.x or later, where assets are stored as top-level entries in the manifest.json (#56) (#31)
  • You can now include CSS manually if it's a top-level entry in your vite.config.js (rather than being imported into your JavaScript) via craft.vite.asset("src/css/app.css") (#31)