mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
c23d1875fe
* fix: ColorPicker not support compact * test: update snapshot * test: update snapshot
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"optimization": {
|
|
"skipModules": false,
|
|
"concatenateModules": false
|
|
},
|
|
"codeSplitting": {
|
|
"strategy": "auto"
|
|
},
|
|
"watch": {
|
|
"_nodeModulesRegexes": ["rc-.*"]
|
|
},
|
|
"hmr": false
|
|
}
|