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
config中设置
{ headScripts: [ // 解决首次加载时白屏的问题 { src: join(PUBLIC_PATH, 'scripts/loading.js'), async: true }, ] }
产物的index.html 中变成
反斜杠变成斜杠
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
config中设置
产物的index.html 中变成
<script async src="\PUBLIC_PATH\scripts\loading.js"></script>📷 复现步骤 | Recurrence steps
🏞 期望结果 | Expected results
反斜杠变成斜杠
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: