Deployment RollupError: Could not resolve "./Features/Home/Home.jsx" from "src/App.jsx"
I am trying to host my react vite project on vercel and netlify but everyttime the build fails with the error below
RollupError: Could not resolve "./Features/Home/Home.jsx" from "src/App.jsx"
Admin
2023-11-04
Your build is failing due to the mixed case filenames. To fix this error all you need to do is change either the folder name Home to something else (e.g Sample) or change the Home.jsx to something else as well e.g index.jsx.
Privacy Policy
By using our website,
you agree that devmaesters can store cookies on your device and disclose information in accordance with our privacy policy.