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
重现地址: https://github.com/VanquisherMe/myapp 查找过问题 #30 #341 但为找到解决方式
重现
$ dva new myapp ,获得官方最简 app demo
在pucblic 下放入一写html 图片 字体库
修改.roadhogrc.js 加入https://github.com/VanquisherMe/myapp/blob/master/.roadhogrc.js#L6 https://github.com/VanquisherMe/myapp/blob/master/.roadhogrc.js#L7 根据版本号,打包
执行 npm run build
问题 在移除 上面6、7两行后,使用默认路劲,确实可以打包完成,但是我想输出到版本号文件下就不行 官方文档 我们约定 public 目录下的文件会在 server 和 build 时被自动 copy 到输出目录(默认是 ./dist)下。所以可以在这里存放 favicon, iconfont, html, html 里引用的图片等。
我们约定 public 目录下的文件会在 server 和 build 时被自动 copy 到输出目录(默认是 ./dist)下。所以可以在这里存放 favicon, iconfont, html, html 里引用的图片等。
官方说的(默认是 ./dist) 那修改是如何修改 outputPath : ./dist/${version}/ 这样?
The text was updated successfully, but these errors were encountered:
#464 看看这个,我也遇到这个问题了
Sorry, something went wrong.
roadhog 版本是 1 ?
应该是版本2.0
No branches or pull requests
重现地址: https://github.com/VanquisherMe/myapp
查找过问题
#30
#341
但为找到解决方式
重现
$ dva new myapp ,获得官方最简 app demo
在pucblic 下放入一写html 图片 字体库
修改.roadhogrc.js
加入https://github.com/VanquisherMe/myapp/blob/master/.roadhogrc.js#L6
https://github.com/VanquisherMe/myapp/blob/master/.roadhogrc.js#L7
根据版本号,打包
执行 npm run build
问题
在移除 上面6、7两行后,使用默认路劲,确实可以打包完成,但是我想输出到版本号文件下就不行
官方文档
我们约定 public 目录下的文件会在 server 和 build 时被自动 copy 到输出目录(默认是 ./dist)下。所以可以在这里存放 favicon, iconfont, html, html 里引用的图片等。
官方说的(默认是 ./dist) 那修改是如何修改 outputPath : ./dist/${version}/ 这样?
The text was updated successfully, but these errors were encountered: