Deploying a vite project on vercel does not include scss styles. #168867
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Has anyone encountered the issue where when deploying a page on vercel, the scss styles connected to main.js (the project was created using vite) are only connected to the html file without any styles. How can I fix this? When I deploy the project using the terminal, I encounter another error:
I also tried to install vercel-vite-plugin. It's a nightmare. npm won't let me install this plugin because of the vite package version dependency issues.
Beta Was this translation helpful? Give feedback.
All reactions