mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* chore: init link * docs: init * chore: adjust logic * chore: theme connect * chore: add prompt talk * chore: support chat prompt * chore: api call * chore: sse * feat: site alg * chore: init layer * chore: fix order * chore: update ts def * chore: tmp of it * chore: init script * chore: add generate script * chore: fix script * chore: llms semantic * chore: update desc * chore: fix lint * chore: fix lint
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"optimization": {
|
|
"skipModules": false,
|
|
"concatenateModules": false
|
|
},
|
|
"codeSplitting": {
|
|
"strategy": "auto"
|
|
},
|
|
"watch": {
|
|
"_nodeModulesRegexes": ["rc-.*", ".*cssinjs.*"]
|
|
},
|
|
"devtool": false,
|
|
"experimental": {
|
|
"magicComment": true
|
|
}
|
|
}
|