PaperTiger233
PaperTiger233
> > > In my case, I partially solved the problem copying `../antd/dist/antd.css` to other folder, and deleting all classes except the necessary classes for my components. I also minified...
> 用 [`patch-package`](https://github.com/ds300/patch-package) 打个补丁,直接将 `node_modules/antd/lib/style/core/index.less` 改成下面这样就行: > > ```css-less > @import '../mixins/index'; > @import 'base'; > *[class*='ant-'] { > @import 'global'; > } > @import 'iconfont'; > @import 'motion'; >...
> > only 500 messages can be sent per second > > this is too low, it does not make sense. over 1k~10k message per second per nginx worker should...