### Clear and concise description of the problem ### 目前痛点 1. 由于是懒加载,当使用 scss 的时候访问到需要加载资源的时候会非常慢,没有个二三十秒加载不完,并且需要进行二次访问路由才能完成请求。 2. 重启服务后又要重新搞一遍,又是慢非常多,能否加入本地缓存,没有改动就不要再次编译了。 ### Suggested solution 1. 是否可以在程序启动的时候就开始编译 scss,不要在访问到确切界面的时候再进行编译。 比如项目使用 ELP 这个组件库,那么可以将其配置为启动就加载编译它,一面出现访问界面的时候卡顿。 2. 其实组件库配置好几乎就不会有任何修改了,把编译好的 scss 缓存到本地是不是就可以解决目前这个初次访问卡顿的问题? ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Follow our [Code of Conduct](https://github.com/unplugin/.github/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/antfu/contribute). - [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Clear and concise description of the problem
目前痛点
Suggested solution
比如项目使用 ELP 这个组件库,那么可以将其配置为启动就加载编译它,一面出现访问界面的时候卡顿。
Alternative
No response
Additional context
No response
Validations