大果

Results 29 issues of 大果

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** icon 比较少 If the current behavior is a bug, please provide the steps...

💥 Big Bang
feature request

> 优先级不高 ## What is the current behavior? 发生了什么? 比如多个页面都要在 body 上挂一个属性,且不同页面的属性值不一样,目前有两种做法: - 每个页面使用不同的 html - 在 index.html 里通过 ejs + pageName 这个变量再做区分 这两种成本都比较高。 ## What is the expected behavior?...

discussion

## What is the current behavior? 发生了什么? 有些场景(微前端框架应用)必须修改 prefix,此时需要从 CSS Vars 降级会 Sass,不是很合理 ## What is the expected behavior? 期望的结果是什么? 通过 postcss 插件支持修改 css-prefix ## Any additional comments? 相关环境信息? -...

icestark

类似 [这样](https://ice.work/docs/guide/basic/vite/#%E5%9C%A8%E7%BA%BF%E4%B8%8A%E9%A1%B5%E9%9D%A2%E7%8E%AF%E5%A2%83%E4%B8%AD%E5%A6%82%E4%BD%95%E4%BB%A3%E7%90%86%E8%B0%83%E8%AF%95%E6%9C%AC%E5%9C%B0-dev-%E8%B5%84%E6%BA%90%EF%BC%9F) 使用

## What is the current behavior? 发生了什么? start 模式下 SSR 时间非常久(SSG 理论上也会很久) ```bash render start 1640239328210 [SSR] start time 1640239329723 [SSR] require time, 消耗: 16092ms [SSR] end time 1640239348480 消耗:...

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce...

feature request
discuss

- eslint 8.0: https://eslint.org/blog/2021/06/whats-coming-in-eslint-8.0.0 - spec 需要支持下 8.0:https://github.com/alibaba/ice/issues/4741

## 通用脚手架 - icestark 主应用 - icestark 子应用 - icejs x electron - icejs x vscode 插件 - icejs x chrome 插件 - ... ## 方案 - 耦合 UI 组件:无论是耦合...

> 供其他自定义脚手架参考 ## 已确定 - createApp -> runApp - src/app.ts 里增加 IAppConfig - src/routes 里增加 IRouteConfig - 增加 `src/typings.d.ts` 文件 https://github.com/ice-lab/react-materials/blob/master/scaffolds/simple/src/typings.d.ts - ~~升级 webpack 5 https://github.com/alibaba-fusion/materials/pull/99/files~~ - 开启 vite 模式:https://github.com/ice-lab/react-materials/pull/179...