Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Vite4 or Vite5 manifests, not both #1

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Use Vite4 or Vite5 manifests, not both #1

merged 2 commits into from
Aug 5, 2024

Conversation

thestephenmarshall
Copy link

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 ElMassimo#420

Original PR: ElMassimo#432

KieranP added 2 commits May 10, 2024 17:11
This fixes an issue where upgrading to Vite5 was merging old Vite4 and Vite5 manifests together, creating JS errors.
@thestephenmarshall thestephenmarshall changed the base branch from main to clean-patch August 5, 2024 14:54
@thestephenmarshall thestephenmarshall merged commit 0b6699b into powerhome:clean-patch Aug 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants