vite_ruby
vite_ruby copied to clipboard
Use Vite4 or Vite5 manifests, not both
Description 📖
This fixes an issue where upgrading to Vite5 was merging old Vite4 and Vite5 manifests together, creating JS errors.
Background 📜
This was happening because vite_ruby was merging vite4 and vite5 manifests together.
The Fix 🔨
Check for Vite5 manifests. If present, use those, otherwise fall back to Vite4 manifests.
Amends #420
I'm going through the same problem.
I just upgraded to Vite 5 and am dealing with this now as well.
Hey @ElMassimo , is there anything that needs to be done here before this can be merged?
@ElMassimo we're eager to see this merged. Is there anything we can do to help?
@ElMassimo Could this please be merged and included in the next release?
Is there anything we can do to help with getting this released?