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
I want to add Chinese to CSS, but sass loader deleted @ charset and compiled Unicode into Chinese. I've been looking for it for many days and I don't know how to solve it. I want to ask how to solve this problem here
@charset"UTF-8";/* * 测试一波 */
body ::before{
content: "\6d4b\8bd5\4e00\6ce2";
display: flex;}
If anybody has any suggestions at all, I would greatly appreciate it. I know there's been other issues posted with similar errors, but I feel that I've tried all the provided "solutions" and literally nothing has worked for me thus far. I'm absolutely willing to provide more code if need be, or to answer other questions about my setup. Really at my wits' end!
The text was updated successfully, but these errors were encountered:
keep charset or not compile Unicode
I want to add Chinese to CSS, but sass loader deleted @ charset and compiled Unicode into Chinese. I've been looking for it for many days and I don't know how to solve it. I want to ask how to solve this problem here
When I remove sass loader, it's what I wan
The webpack config
scss code
If anybody has any suggestions at all, I would greatly appreciate it. I know there's been other issues posted with similar errors, but I feel that I've tried all the provided "solutions" and literally nothing has worked for me thus far. I'm absolutely willing to provide more code if need be, or to answer other questions about my setup. Really at my wits' end!
The text was updated successfully, but these errors were encountered: