没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
next-build-id 为您的Next.js应用使用一致的,基于git的构建ID 小型软件包,可在多服务器部署中的每台服务器上运行next build时为您的Next.js应用生成一致的,基于git的构建ID。 该模块导出一个函数,您可以将其用作next.config.js中的 config选项。 默认情况下,它将使用本地git存储库中的最新git commit哈希(等效于git rev-parse HEAD ): // next.config.js const nextBuildId = require ( 'next-build-id' ) module . exports = { generateBuildId : ( ) => nextBuildId ( { dir : __dirname } ) } // => 'f9fc968afa249d162c924a8d5b4ce6562c164c2e' 如果您宁愿使用相对于git repo中最新标签的构建ID,请传递describe: true作为选项,而git describe --tags的输出将改为使用:
资源推荐
资源详情
资源评论
收起资源包目录
next-build-id-master.zip (35个子文件)
next-build-id-master
greenkeeper.json 96B
.travis.yml 99B
LICENSE 731B
test
test-next7.js 3KB
git 501B
utils.js 1KB
fixture-next9
pages
index.js 52B
next.config.js 341B
dotgit
HEAD 23B
refs
heads
master 41B
package.json 321B
fixture-next7
pages
index.js 52B
next.config.js 276B
dotgit
HEAD 23B
refs
heads
master 41B
package.json 321B
test-next8.js 3KB
test-next6.js 3KB
test-next9.js 5KB
fixture-next6
pages
index.js 52B
next.config.js 276B
dotgit
HEAD 23B
refs
heads
master 41B
package.json 321B
fixture-next8
pages
index.js 52B
next.config.js 276B
dotgit
HEAD 23B
refs
heads
master 41B
package.json 321B
README.md 5KB
.npmrc 19B
.gitignore 52B
index.js 5KB
CHANGELOG.md 2KB
package.json 1KB
共 35 条
- 1
资源评论
LeonardoLin
- 粉丝: 17
- 资源: 4659
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功