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
warnings when minifying css:
><stdin>:9:0: warning: "@charset" must be the first rule in the file
9 │ @charset "UTF-8";
╵ ~~~~~~~~
<stdin>:2:0: note: This rule cannot come before a "@charset" rule
2 │ .svg-icon[data-v-77dc9f44] {
╵ ^
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 https://github.com/vuejs/vue-next instead.
Describe the bug
vite build hint
warning: "@charset" must be the first rule in the file
Reproduction
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: