codegen-loader:重复https

时间:2024-06-04 08:32:33
【文件属性】:

文件名称:codegen-loader:重复https

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-04 08:32:33

webpack-loader JavaScript

编码器加载器 代码生成 用法 app.js import { buildInfo } from '!!codegen-loader!./macro' console . log ( buildInfo ) // 1.0.0#184a33 macro.js const { version } = require ( './package.json' ) const hash = require ( 'child_process' ) . execSync ( 'git rev-parse HEAD' ) const info = ` ${ version } # ${ hash . slice ( 0 , 6 ) } ` module . exports = ` export const buildInfo = ${ JSON . stringify ( info ) } `


【文件预览】:
codegen-loader-master
----README.md(404B)
----.gitignore(23B)
----index.js(839B)
----package.json(196B)

网友评论