-
It is in the first rule of generated css file. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 11 replies
-
import your own css in the js entry, not in the html entry. |
Beta Was this translation helpful? Give feedback.
-
Waiting for an answer online. |
Beta Was this translation helpful? Give feedback.
-
When I used the Element-Plus CSS, I also encountered the same problem and i build project spent more than 1000 seconds, Waiting for an answer online. I found a similar issue |
Beta Was this translation helpful? Give feedback.
-
same #5519 vite.config: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This worked for me.
|
Beta Was this translation helpful? Give feedback.
same #5519
vite.config:
css: { preprocessorOptions: { css: { charset: false } } }