黑桃K
黑桃K
  • 发布:2021-10-08 11:06
  • 更新:2022-03-11 16:10
  • 阅读:1351

app打包遇到报错问题

分类:uni-app

报错内容

[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云打包时遇到了这个问题,但是同事用我的代码打包没有这个问题,直接打包成功

2021-10-08 11:06 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com - web

我也遇到了同样问题

芒鞋

芒鞋

我也遇到了同样问题

写bug的人

写bug的人

你是不是没有装scss、less、style类似的css编译器

芒鞋

芒鞋

HbuilderX中, scss/sass, less, stylus这三个插件都安装了

赵永强

赵永强 - 前端老菜鸟

解决方法 https://www.cnblogs.com/xiaozhuangge/p/15991547.html

该问题目前已经被锁定, 无法添加新回复