1.0.1 • Published 2 years ago

@cmss/git-version-webpack-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.