stuck at [wait] compiling
Steps to reproduce the behavior, please provide code snippets or a repository:
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

A full reproduction is needed as per the issue template. Otherwise it鈥檚 impossible to help.
A full reproduction is needed as per the issue template. Otherwise it鈥檚 impossible to help.
Thanks, I have found the problem, the wrong background-images path will trigger this problem
Still please provide a full reproduction so that we can handle it.
Still please provide a full reproduction so that we can handle it.
Reference errors will always compile
This will be normal

This is still not enough to look into it unfortunately, as we don鈥檛 know how you implemented css support.
I've tested that the following CSS successfully compiles / recovers after fixed with the new experimental CSS support:
body {
color: blue;
background-image: url(../not-real.jpg);
}
I'm closing this as no reproduction has been provided. Happy to re-open if you can provide a demo!
Most helpful comment
Thanks, I have found the problem, the wrong background-images path will trigger this problem