Skip to content

Fix deploy workflow failing with "Could not resolve entry module index.html" - #15

Merged
GhDj merged 2 commits into
mainfrom
develop
Dec 1, 2025
Merged

Fix deploy workflow failing with "Could not resolve entry module index.html"#15
GhDj merged 2 commits into
mainfrom
develop

Conversation

@GhDj

@GhDj GhDj commented Dec 1, 2025

Copy link
Copy Markdown
Owner

Summary

Fix deploy workflow failing with "Could not resolve entry module index.html"

Problem

The vite.config.js file was missing on the main branch, causing the Vite build to fail during deployment. Without the Laravel Vite
plugin configuration, Vite doesn't know the entry points.

Solution

  • Modified vite.config.js to ensure it's included in the merge to main
  • Added explicit build config for clarity

After merging

After merging this to develop, merge develop to main to ensure vite.config.js is present on main for deployments.

GhDj added 2 commits December 1, 2025 01:09
This file was missing on main branch causing deploy failures.
Added explicit build config for clarity.
Ensure vite.config.js is present for production builds
@GhDj
GhDj merged commit cff4880 into main Dec 1, 2025
3 checks 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.

1 participant