Yokee

Results 1 issues of Yokee

## What happens? max dev 每次启动都卡住在首屏,什么原因,哪怕第一次打包后,第二次启动也需要很久,每次启动都要十几分钟。看样子加载大量的js,每个js也不大,但加载特别久。 ![image](https://github.com/user-attachments/assets/5f965f13-f4cb-4893-8b31-081020da9751) //config配置 export default defineConfig({ proxy: { '/api': { target: 'https://127.0.0.1:850', changeOrigin: true, pathRewrite: { '^/api': '' }, logLevel: 'debug', secure: false } },...