Closed yudan215 closed 11 months ago
使用vite vue 多页应用,如何只是mobile下面的文件才生效,配置了include: /mobile/,不起效果
是不是除了项目内,完整的本地路径里也包含 mobile 字符串,正则写的更精确一点试试看,我也写了个 demo,试了下可以不转换非 mobile 文件夹内的样式,我这个正则对应了 pages 文件夹下的 mobile 文件夹:/pages\/mobile\//。
mobile
/pages\/mobile\//
使用vite vue 多页应用,如何只是mobile下面的文件才生效,配置了include: /mobile/,不起效果