umijs / babel-plugin-import

Modularly import plugin for babel.
3.15k stars 403 forks source link

feat: support mixed named export and default export #490

Open decadef20 opened 3 years ago

decadef20 commented 3 years ago

When there are default and named export at the same time, we can handle it by mixedDefaultAndNamedExport

lebifeng commented 1 year ago

we need this function