Replies: 1 comment
-
这个问题建议反馈给 unocss |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我现在每次构建至少需要3s以上,我是macbook pro
如果我去掉unocss,那就只要0.5s,差距还是非常非常明显的,而且现在很影响开发效率
我觉得问题主要在
在这个配置文件上
如果只有
那速度影响不大,因为一般项目里的css用得少
但是加上
就卡出翔了
这几个目录都是monorepo的共享代码,如果每次都全量扫描,绝对卡爆
有没有什么办法解决?
Beta Was this translation helpful? Give feedback.
All reactions