zWing
zWing
now just support prepend code from ```js postcss({ use: { sass: { data: '@import \'path/to/variable.scss\';', }, }, }), ``` but the releative is dynamic wish support it like https://github.com/postcss/postcss-import
### Is your enhancement related to a problem? Please describe che-jwtproxy use `req.host` to make a redirect url. So If I have a new proxy-server, and proxy http to jwtproxy....
### Bug description This is my php dockerfile ```Dockerfile ARG base FROM ${base} ENV TRIGGER_REBUILD=1 RUN install-packages libgd3 RUN add-apt-repository -y ppa:ondrej/php RUN install-packages php8.1 RUN install-packages php8.1-bcmath RUN install-packages...
**Describe the bug or question** I want to caught a error from 'single-spa', But there's no way to know for sure if it came from single-spa
## What happens? 我们希望通过`loadMicroApp`加载资源A时, 假如资源加载失败, 比如: cdn问题或者cos问题, 会回退到另一个备份地址,然后重新加载插件. 阅读源码发现在通过`loadMicroApp`加载时, 会把`name`+`containerXPath`作为key缓存下来. https://github.com/umijs/qiankun/blob/master/src/apis.ts#L148. 所以如果我只改`entry`, 是不会重新加载, 还必须把`name`也改了才行. 所以这里是不是要做下`catch`处理? 如果异常了,则把缓存也销毁了 或者直接用`name` +`entry` 作为缓存的`key` ## 复现步骤,错误日志以及相关配置 - 加载一个404的资源, 失败后 - 修改entry重新加载 ## 相关环境信息 - **qiankun...
## Background esm模式下, 使用`addGlobalUncaughtErrorHandler`捕获异常拿到的是全局所有error, 无法区分是否为qiankun抛出的异常. 直接用过`qiankun/es/error.js`引用又没法很好地区分esm和cjs ## Proposal 增加`QiankunError`统一导出
### Describe the bug error when starting dev server ### Reproduction ### Expected behavior should start the dev server ### System Info ```shell vite@latest vite-plugin-checker@latest ``` ### Additional context _No...
### Describe the bug there are warning abount tailwind.css rule `@apply` ### Reproduction - install tailwind - create a css class - use the rule `@apply` ### Expected behavior there...
 - FIX: 由于`per_page`最大为`99`, 因此之前采用的`loadRecursiveNode`无法加载所有结构, 导致出现`bug`, 目前采用递归调用`loadNode`形式. - Feat: 添加了url同步