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
.roadhogrc 增加publicPath配置项
publicPath: '/test/'
roadhog build生成的index.html中, js和css文件引入地址前会携带publicPath
roadhog build生成的index.html中, js和css文件并未引入地址前会携带publicPath
https://github.com/HeskeyBaozi/dva-blog-crud-demo
该项目地址可复现
The text was updated successfully, but these errors were encountered:
请问您现在解决了吗?我感觉我现在项目的配置也没有生效。。。
Sorry, something went wrong.
No branches or pull requests
Environment(required) | 环境(必填)
What did you do? Please provide steps to re-produce your problem.(请提供复现步骤)
.roadhogrc 增加publicPath配置项
What do you expected?(预期的正常效果)
roadhog build生成的index.html中, js和css文件引入地址前会携带publicPath
What happen?(发生了何种非正常现象)
roadhog build生成的index.html中, js和css文件并未引入地址前会携带publicPath
Re-producible online demo (可复现的在线demo)
https://github.com/HeskeyBaozi/dva-blog-crud-demo
该项目地址可复现
The text was updated successfully, but these errors were encountered: