报错内容
[HBuilder] 10:40:04.817 warnings when minifying css:
[HBuilder] 10:40:04.818 > <stdin>:3:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.821 3 │ @charset "UTF-8";
[HBuilder] 10:40:04.824 ╵ ~~~~
[HBuilder] 10:40:04.825 <stdin>:1:29085: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.829 1 │ ...rflow:hidden;pointer-events:none}uni-web-view{display:inline-block...
[HBuilder] 10:40:04.829 ╵ ^
[HBuilder] 10:40:04.832 warnings when minifying css:
[HBuilder] 10:40:04.833 > <stdin>:36:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.835 36 │ @charset "UTF-8";
[HBuilder] 10:40:04.837 ╵ ~~~~
[HBuilder] 10:40:04.839 <stdin>:31:0: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.840 31 │ .uni-icons[data-v-afb01c98] {
[HBuilder] 10:40:04.842 ╵ ^
[HBuilder] 10:40:04.842 warnings when minifying css:
[HBuilder] 10:40:04.845 > <stdin>:181:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.846 181 │ @charset "UTF-8";
[HBuilder] 10:40:04.848 ╵ ~~~~
[HBuilder] 10:40:04.848 <stdin>:170:0: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.851 170 │ @keyframes loading-android-MP-3-3f2779ed {
[HBuilder] 10:40:04.853 ╵ ^
[HBuilder] 10:40:04.855 warnings when minifying css:
[HBuilder] 10:40:04.857 > <stdin>:36:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.860 36 │ @charset "UTF-8";
[HBuilder] 10:40:04.862 ╵ ~~~~
[HBuilder] 10:40:04.864 <stdin>:31:0: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.866 31 │ .uni-icons[data-v-afb01c98] {
[HBuilder] 10:40:04.866 ╵ ^
[HBuilder] 10:40:04.868 warnings when minifying css:
[HBuilder] 10:40:04.868 > <stdin>:36:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.870 36 │ @charset "UTF-8";
[HBuilder] 10:40:04.870 ╵ ~~~~
[HBuilder] 10:40:04.872 <stdin>:31:0: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.872 31 │ .uni-icons[data-v-afb01c98] {
[HBuilder] 10:40:04.874 ╵ ^
[HBuilder] 10:40:04.875 (x2)
[HBuilder] 10:40:04.879 warnings when minifying css:
[HBuilder] 10:40:04.879 > <stdin>:37:0: warning: "@charset" must be the first rule in the file
[HBuilder] 10:40:04.881 37 │ @charset "UTF-8";
[HBuilder] 10:40:04.882 ╵ ~~~~
[HBuilder] 10:40:04.884 <stdin>:32:0: note: This rule cannot come before a "@charset" rule
[HBuilder] 10:40:04.884 32 │ .item .text[data-v-b4802c04] {
[HBuilder] 10:40:04.886 ╵ ^
具体情况:我app云打包时遇到了这个问题,但是同事用我的代码打包没有这个问题,直接打包成功