build(pages): 精简pages.config.ts配置

This commit is contained in:
Burt
2024-01-04 09:59:21 +08:00
parent 60af61ab12
commit a1d3cf3442
2 changed files with 0 additions and 29 deletions

View File

@@ -6,7 +6,6 @@
"easycom": {
"autoscan": true,
"custom": {
"^Fly(.*)": "@/components/fly-$1/fly-$1.vue",
"^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
@@ -35,7 +34,6 @@
}
]
},
"exclude": ["**/components/**/*.*"],
"pages": [
{
"path": "pages/index/index",