UNPKG

git-rev-webpack-plugin

Version:

Webpack plugin to use git branch, hash and tag as substitutions for file names

9 lines (8 loc) 220 B
interface Options { path?: string; branchCommand?: string; hashCommand?: string; tagCommand?: string; } declare function GitRevPlugin(this: Options, options?: Options): void; export default GitRevPlugin;