plugin:vite:import-analysis Failed to resolve import in ci #7448
-
test ran successfully in local but failed in github action. https://github.com/codenoobforreal/xobia/actions/runs/13216733624/job/36896977325 |
Beta Was this translation helpful? Give feedback.
Answered by
AriPerkkio
Feb 8, 2025
Replies: 1 comment 1 reply
-
Does this help? - import App from "./app";
+ import App from "./App"; The file is uppercase here https://github.com/codenoobforreal/xobia/blob/master/src/App.tsx. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
codenoobforreal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this help?
The file is uppercase here https://github.com/codenoobforreal/xobia/blob/master/src/App.tsx.