mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* 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>
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"optimization": {
|
|
"skipModules": false,
|
|
"concatenateModules": false
|
|
},
|
|
"codeSplitting": {
|
|
"strategy": "auto"
|
|
},
|
|
"watch": {
|
|
"_nodeModulesRegexes": ["rc-.*", ".*cssinjs.*", "@rc-component/.*"]
|
|
},
|
|
"devtool": false,
|
|
"experimental": {
|
|
"magicComment": true
|
|
}
|
|
}
|