html-commit-version-plugin:简单的webpack插件,在生成期间生成VERSION和commitInfo插入index.html

时间:2024-05-06 04:59:58
【文件属性】:

文件名称:html-commit-version-plugin:简单的webpack插件,在生成期间生成VERSION和commitInfo插入index.html

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-06 04:59:58

JavaScript

HTML提交版本插件 生成CommitInfo和VERSION简单插件在构建期间插入index.html。 English | 用法 给定一个webpack 4项目,将其安装为本地开发依赖项: npm install html-commit-version-plugin --save-dev 然后,只需将其配置为webpack配置中的插件即可: var HtmlGitVersionPlugin = require ( "html-commit-version-plugin" ) ; module . exports = { plugins : [ new HtmlGitVersionPlugin ( ) ] , } ; 它输出一个VERSION和commitInfo例如: <!-- "commitId": "1b461c43dc868511d5e19e3


【文件预览】:
html-commit-version-plugin-main
----index.js(2KB)
----package.json(747B)
----zh_CN.md(2KB)
----README.md(2KB)

网友评论