1.0.5 • Published 4 years ago

version-log-webpack-plugin v1.0.5

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

version-log-webpack-plugin

Why use this

To confirm whether the latest version has been updated.

Install

yarn add version-log-webpack-plugin --dev

Webpack config

const VersionLogPlugin = require('version-log-webpack-plugin')
// or
// const VersionLogPlugin = require('version-log-webpack-plugin').default

module.exports = {
  // ...
  plugins: [
    new VersionLogWebpackPlugin({
      version: `build-${Date.now()}` // anything what you want version info
    })
  ]
}

after webpack build, then look your browser console.

LICENSE

MIT

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago