uni-helper / vite-plugin-uni-pages

为 Vite 下的 uni-app 提供基于文件系统的路由
https://uni-helper.js.org/vite-plugin-uni-pages
MIT License
124 stars 15 forks source link

指定 pages 下的某个文件夹为分包后,subPackages 中正确生成了分包路径,但是 pages 中没有排除分包路径。 #189

Open yeyuqh opened 2 weeks ago

yeyuqh commented 2 weeks ago

描述问题

和 #152 相关 CleanShot 2024-11-15 at 16 48 41@2x

复现

#

系统信息

#

使用的包管理器

pnpm

核对

贡献

yeyuqh commented 1 week ago

目前临时的解决方法是在 onBeforeWriteFile 中将 pagesPath 和 pageMetaData 中的分包路径过滤掉。