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
打包后静态资源路径都是错,浏览器打开页面只有html的内容
The text was updated successfully, but these errors were encountered:
在output配置output.config.js那里改一下publicPath:'/'改成'../../../build/'后路径就对了,只是不确定改了后会不会对其它地方产生影响。
output.config.js
'/'
'../../../build/'
Sorry, something went wrong.
No branches or pull requests
打包后静态资源路径都是错,浏览器打开页面只有html的内容
The text was updated successfully, but these errors were encountered: