Files
ant-design/mako.config.json
二货爱吃白萝卜 b9f1d1239c feat: Mentions reduce dom strcuture and support size (#55638)
* chore: init mentions

* feat: Mentions support size

* chore: update demo

* chore: adjust style

* test: update snapshot

---------

Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
2025-11-08 14:42:59 +08:00

17 lines
295 B
JSON

{
"optimization": {
"skipModules": false,
"concatenateModules": false
},
"codeSplitting": {
"strategy": "auto"
},
"watch": {
"_nodeModulesRegexes": ["rc-.*", ".*cssinjs.*", "@rc-component/.*"]
},
"devtool": false,
"experimental": {
"magicComment": true
}
}