ncpub-multipage-demo-develo.../config.json

27 lines
581 B
JSON
Raw Normal View History

2025-03-09 11:34:19 +08:00
{
"buildEntryPath": [
2025-04-01 11:15:57 +08:00
"./src/gl/finalTreatment/reckoning/*/index.js",
"./src/arap/gatheringbill/*/*/index.js",
"./src/uap/common/components/*/index.js"
],
2025-03-09 11:34:19 +08:00
"proxyJson": false,
"proxy": "http://127.0.0.1:9080/",
"buildWithoutHTML": [
"uap/refer",
"uapbd/refer"
2025-03-09 11:34:19 +08:00
],
"devPort": 3001,
"patch": {
"path": [],
"provider": "",
"department": "",
"project": "",
"branch": ""
} ,
2025-03-09 11:34:19 +08:00
"eslint": {
"path": [],
"enable": true,
"autoFix": false
}
}