Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 新增SequenceExpression支持 #625

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Conversation

licic1995
Copy link
Contributor

解决 SequenceExpression 没有被插件处理的问题

// 修复前
import { Button } from 'antd';

(true, Button);

// => 
true, Button;

有类似问题:#593

@nikogu
Copy link

nikogu commented Jan 3, 2023

+1 遇到同样问题, @afc163 @sorrycc 帮忙看下呢

@sorrycc sorrycc merged commit 54a94bc into umijs:master Jan 5, 2023
zhanguangao pushed a commit to zhanguangao/babel-plugin-module-federation-import that referenced this pull request Sep 1, 2023
@Mistrain-y-y
Copy link

Mistrain-y-y commented Nov 2, 2023

when i used umi3, i met same problem. what should i do? BTW, umi4 is alright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants