Hanxx

Results 27 comments of Hanxx

I am suffering the same situation. How can we provide some debug informations?

> I am suffering the same situation. How can we provide some debug informations? I frequently got this warning. I use windicss in rushjs monorepo

I think you can specially create a repo to implement `vue-meteor-tracker` with `composition-api`, if use store or router, you can depend on this repo.

> you can try > https://52flutter.github.io/react-base-table-extends/extends/pipeline/docs/group-header can this table do not dependent antd or fusion ? maybe I should fork one

For custom plugin, always lowercase limits how people implement there business usage. For me, I create a plugin generate `T1-E-B` component because the class name is defined in figma, there...

Another reason: windicss core doesn't ignore uppercase classNames, such lowercase limitations make different behavior between windicss ordinary usage and webpack-plugin uasge.

Otherwise I think using `throw error` instead of `process.exit(1)` is better. Maybe those method will reuse in the future and the `process` object cause unnecessary refactor. Using `throw error`, it...

@MisterLuffy Can you have a look, when you have time for it.

qiankun 本身是一个主应用的解决方案,理论上不管使用什么框架都可以的。请问你是遇到了什么困难吗?

> 我看到你的 examples 里是为 Nuxt 子应用接入了qiankun,修改了webpack配置抛出生命周期等。 > > 如果是 Nuxt 作为主应用,后续有没有接入 qiankun 的 demo 呢 在Nuxt 中使用qiankun 其实只需要在 plugins 中引入qiankun,编写对应的路由逻辑即可。demo 的之后应该会提炼出来,现在团队正在实践。