fix(pages): exclude 不生效,配置地方错了,要陪在vite.config.ts

This commit is contained in:
Burt
2024-01-04 13:37:58 +08:00
parent a266441305
commit 83e19e8eb2
4 changed files with 2 additions and 14 deletions

View File

@@ -64,12 +64,7 @@
"backgroundColor": "#23c09c",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/components/demo",
"type": "page"
}
],
"exclude": ["**/components/**/**.*"],
"subPackages": []
}