ClarkXia

Results 219 comments of ClarkXia

@keleus 如果生成了 lock 文件,可以将 lock 文件提供下

@cheqianxiao 你也是同样的问题?

> > @keleus 如果生成了 lock 文件,可以将 lock 文件提供下 > > 如下,由于github限制文件后缀名,下载后需要去掉`.txt` > > [pnpm-lock.yaml.txt](https://github.com/alibaba/ice/files/14327235/pnpm-lock.yaml.txt) 使用 lock 恢复依旧无法复现,请再提供下系统信息

试下 "@ice/runtime": "1.4.2-canary-5f11d4d35-20240222035641" "@ice/app": "3.4.4-canary-5f11d4d35-20240222035641"

> > 试下 "@ice/runtime": "1.4.2-canary-5f11d4d35-20240222035641" "@ice/app": "3.4.4-canary-5f11d4d35-20240222035641" > > @ClarkXia 试了一下这个版本,问题修复了 👍 下周一将发布正式版本

fixed in @ice/runtime 1.4.2 @ice/app 3.4.4

antd 5 已经不是 less 的样式方案,而是 css in js 的方式,后续我们考虑下怎么在插件中集成

最好有 demo 提供,乱码一般由页面编码导致

可以参考 build-plugin-fusion 中 unicodeLoader 的处理方式,看是否还可以复现