We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, "");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
closeBundle
方法里, 替换public中的文件路径为空的代码中, 使用了pathe库的pathe.seq, 在win环境下为/
, 导致该段代码const filePath = publicFilePath.replace(publicDir + path__default$1.sep, "");
并未生效, 致使在public中的图片没有被获取&压缩.The text was updated successfully, but these errors were encountered: