Skip to content

jkhhuse/git-version-webpack-plugin

Repository files navigation

Git Version Webpack Plugin

Installation

Install the plugin with npm:

$ npm install --save-dev git-version-webpack-plugin

Basic Usage

const GitVersionWebpackPlugin = require('git-version-webpack-plugin')

plugins: [
  new GitVersionWebpackPlugin()
]

License

This project is licensed under MIT.

About

use webpack plugin to insert git branch into your code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published