sorrycc
Repos
209
Followers
13569
Following
75

A framework in react community ✨

13841
2471

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)

16126
3160

💡

4497
331

🐷 Cli tool for creating react apps, configurable version of create-react-app.

2715
347

Modularly import plugin for babel.

3059
295

🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.

30435
3921

Events

update articles.xml

Created at 2 minutes ago
Created at 3 minutes ago

update articles.xml

Created at 22 hours ago
Created at 1 day ago

update articles.xml

Created at 1 day ago

update articles.xml

Created at 1 day ago
push

fix(preset-umi): do not check esbuild helpers when has error (#10879)

Created at 1 day ago
pull request closed
fix(preset-umi): do not check esbuild helpers when has error
Created at 1 day ago
pull request opened
fix(preset-umi): do not check esbuild helpers when has error
Created at 1 day ago
create branch
sorrycc create branch sorrycc-9bc0
Created at 1 day ago
Created at 1 day ago
delete branch
sorrycc delete branch mr/master/czp-crnu
Created at 1 day ago
closed issue
[Bug] mountElementId 在 mpa 模式下不生效?

What happens?

mountElementId 在 mpa 模式下无效

Mini Showcase Repository(REQUIRED)

https://github.com/dingff/umi-template

How To Reproduce

  1. yarn dev

Context

  • Umi Version: 4.0.52
  • Node Version: 14.21.3
  • Platform: macos
Created at 1 day ago
push

feat(mpa): support global mountElementId (#10875)

Created at 1 day ago
pull request closed
feat(mpa): support global mountElementId

Close #10872

支持读取 api.userConfig.mountElementId

Created at 1 day ago
push

chore: ⬆️ es-module-parser (#10876)

  1. 优化了异步并发控制
  2. 增加了一个同步实现

Co-authored-by: pshu pishu.spf@antfin.com

Created at 1 day ago
pull request closed
chore: ⬆️ es-module-parser

es-module-parser@0.0.7

  1. 优化了异步并发控制
  2. 增加了一个同步实现
Created at 1 day ago
pull request closed
[wip] feat: create-umi 时可以创建 Electron 应用
Created at 2 days ago
issue comment
[wip] feat: create-umi 时可以创建 Electron 应用

这个不需要了。

Created at 2 days ago
pull request closed
feat: umi-create 改为外挂git仓库模式

约定 https://github.com/umijs/${appTemplate}-template.git 作为对应的创建新应用的模版

Created at 2 days ago
issue comment
feat: umi-create 改为外挂git仓库模式

这个不需要了。

Created at 2 days ago
push

fix(prepare): 过滤仅仅 js 文件进行解析 (#10861)

  • fix: 🐛 only pasre js file

  • refactor: 🎨 improve style file


Co-authored-by: pshu pishu.spf@antfin.com

Created at 2 days ago
pull request closed
fix(prepare): 过滤仅仅 js 文件进行解析
  1. esbuild 的 meta.inputs 会包含 json 文件,未来可能当有其他类型文件;解析前过滤 js 文件。

  2. 顺手优化 isStyleFile

Created at 2 days ago