bump-webpack-plugin

A webpack plugin to bump the patch number every build

Usage no npm install needed!

<script type="module">
  import bumpWebpackPlugin from 'https://cdn.skypack.dev/bump-webpack-plugin';
</script>

README

Bump for webpack

A webpack plugin to bump the patch number every build

Usage

var Bump = require("bump-webpack-plugin");
module.exports = {
    plugins: [
        new Bump([
            'package.json',
            'bower.json'
        ])
    ]
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)