ant-design/mako.config.json
二货爱吃白萝卜 c23d1875fe
fix: ColorPicker not support compact (#50291)
* fix: ColorPicker not support compact

* test: update snapshot

* test: update snapshot
2024-08-07 23:18:34 +08:00

14 lines
206 B
JSON

{
"optimization": {
"skipModules": false,
"concatenateModules": false
},
"codeSplitting": {
"strategy": "auto"
},
"watch": {
"_nodeModulesRegexes": ["rc-.*"]
},
"hmr": false
}