Releases: nystudio107/craft-plugin-vite
Releases · nystudio107/craft-plugin-vite
Version 1.0.30
Fixed
- Move the call to
parent::init()
inVitePluginService
down to afteruseDevServer
is set based on the check for theVITE_PLUGIN_DEVSERVER
environment variable (#244)
Version 1.0.29
Fixed
- Ensure that
useDevServer
is properly set tofalse
even if somehow the incoming request is not a CP request (#244)
Version 4.0.4
Version 1.0.28
Version 4.0.3
Changed
- Fixed an issue where
checkDevServer
didn't work with Vite 3, because they removed the intercepting of__vite_ping
(#37)
Version 1.0.27
Changed
- Fixed an issue where
checkDevServer
didn't work with Vite 3, because they removed the intercepting of__vite_ping
(#37)
Version 4.0.2
Changed
- Adds a boolean as a second param to the
craft.vite.asset(url, true)
so that assets in the vite public folder can be referenced correctly from Twig (#9)
Version 1.0.26
Changed
- Adds a boolean as a second param to the
craft.vite.asset(url, true)
so that assets in the vite public folder can be referenced correctly from Twig (#10)