vbenjs / vite-plugin-imagemin

A vite plugin for compressing image assets.
MIT License
212 stars 28 forks source link

win环境下public文件夹下图片路径中斜杠的问题 #37

Open heke2929 opened 1 year ago

heke2929 commented 1 year ago

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