await-ovo
await-ovo
真的好难升级呀: 1. 要改代码不说,router 没法兼容 v5, 鬼知道之前代码里面有没有啥不兼容的用法, react-router-dom-v5-compat 也不知道怎么加,文档上也搜不到。 2. 之前的 defaultSettings 啥的也不生效了,layout 也要改成 pro-components 了,页面样式啥的也都和之前不一样,醉了 3. app.tsx 里面 initialStateConfig 不生效了,怎么加 PageLoading 咱也不知道,升级文档上也没有说 4. webpack bundler 的时候,CLI 里面倒是秒级启动,浏览器页面整个进度的界面一直挂着估计得有5min
 It looks like `bg-[var(--system-blue_hover)]` will become `background-color: var(--system-blue hover)` after being processed:  When processing the value inside square brackets it replaces _ directly with a space, I'm not...
I also have this problem, using windicss-webpack-plugin works fine, but the css file generated by CLI is missing the class name in the non-class attribute. the temporary workaround is to...
https://github.com/windicss/windicss-webpack-plugin/tree/main/example/umijs
does this have any plan?
sass 好像也是一样的,默认不会处理 @import 导入的 css, 都需要用 postcss-import 进一步处理~
any updates on this ? @johnnyreilly
@cizkey Hi, After debugging under the repository, it should not be related to windicss. cypress itself uses `tsconfig-paths `to handle the paths mapping in `tsconfig.json`. `tsconfig-paths` will use pattern `*`...
直接引入 css 它不香嘛,按需引入样式之后,请求数增加很多,可能也需要 less 去处理,感觉会影响页面打开的速度
cc @alexander-akait