You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
hi everyone, can this be merged and released?
Now that SCSS logs deprecation warnings you can expect users to migrate to the modern-compiler quite fast. I'm currently hit by this hanging problem and using this inline plugin in my configuration file as a workaround, but it's not nice.
Describe the bug
Running
npm run build
hangs when using multiple .scss files as input. Meaning: it builds successfully but then never exits.Reproduction
https://github.com/DKhalil/scss-bug-repro
Steps to reproduce
Run
npm install
thennpm run build
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: