Files
ant-design/mako.config.json
二货爱吃白萝卜 f842163a70 docs: Base AI generate theme (#54412)
* 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
2025-07-18 16:19:51 +08:00

17 lines
275 B
JSON

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