Open heke2929 opened 1 year ago
closeBundle方法里, 替换public中的文件路径为空的代码中, 使用了pathe库的pathe.seq, 在win环境下为/, 导致该段代码const filePath = publicFilePath.replace(publicDir + path__default$1.sep, "");并未生效, 致使在public中的图片没有被获取&压缩.
closeBundle
/
const filePath = publicFilePath.replace(publicDir + path__default$1.sep, "");
closeBundle
方法里, 替换public中的文件路径为空的代码中, 使用了pathe库的pathe.seq, 在win环境下为/
, 导致该段代码const filePath = publicFilePath.replace(publicDir + path__default$1.sep, "");
并未生效, 致使在public中的图片没有被获取&压缩.