webpack-version-bump
v1.0.8
Published
Simple plugin to webpack versioning code.
Downloads
5
Readme
webpack-version-bump
Simple plugin to webpack versioning code
Install
$ npm i webpack-version-bump
OR
$ yarn add webpack-version-bump
Example
let VersionBump = require('webpack-version-bump');
let plugins = [
new VersionBump({ development: process.env.ENV === 'development'}),
]
Our blogs
See Meanstack.eu - voil See Meandjs - ddosdor
License
MIT
Ready to Rock&Roll, Hell Yeah!