build includes @charset problem.
See original GitHub issuei have same problem.
css: { preprocessorOptions: { css: { charset: false } } }
don’t working
_Originally posted by @mesutgok in https://github.com/vitejs/vite/issues/5655#issuecomment-979144222_
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:20 (5 by maintainers)
Top Results From Across the Web
PHP include html page charset problem - Stack Overflow
I was doing an include of a php file (I supose it's the same for html file) that wouldn't show utf-8. I couldn't...
Read more >Charset issues - Apache FreeMarker Manual
When FreeMarker has to load a template file (or an unparsed text file), then it must know the charset of the file, since...
Read more >Documentation: 15: 24.3. Character Set Support - PostgreSQL
The character set support in PostgreSQL allows you to store text in a variety of character sets (also called encodings), including single-byte character ......
Read more >Encoding | IntelliJ IDEA Documentation - JetBrains
If IntelliJ IDEA displays characters in a file incorrectly, it probably couldn't detect the file encoding. In this case, you need to specify...
Read more >HTML Character Sets - W3Schools
The HTML5 specification encourages web developers to use the UTF-8 character set! This has not always been the case. The character encoding for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue and I ended up adding the following in
vite.config.js
:It works for me!