xuemanchi

Results 8 comments of xuemanchi

> I would suggest directly shipping SFC to npm and let userland plugin to compile it. Thanks for ur reply. This is also a way to resolve. I think i...

``` type ToPath = S extends `${infer A}[${infer B}]${infer Rest}` ? [A, B, ...ToPath] : S extends `${infer C}.${infer D}` ? C extends '' ? [...ToPath] : [C, ...ToPath] :...

```typescript type ToPath = S extends `${infer Prev}.${infer Last}` ? Prev extends `${infer Key}[${infer Index}]` ? ToPath : ToPath : '' extends S ? R : [...R, S]; type A...

This is not a bug cause by this plugin. it is caused by the code ``` import { Loading } from 'element-ui' ``` To resolve it, you can import `babel-plugin-component`...

also facing the same issue

+1 问题有进展吗?想了解下 setConfigProviderProps 只传入{ locale, prefixCls, rtl }, 不支持componentConfig的目的~