version-log-loader
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

version-log-loader

Why use this

To confirm whether the latest version has been updated.

Install

yarn add version-log-loader --dev

Webpack config

module.exports = {
  // ...
  module: {
    rules: [
      {
        test: /\.js$/,
        loader: 'version-log-loader',
        options: {
          version: Date.now()
        }
      },
    ]
  }
}

after webpack build, then look your browser console.

LICENSE

MIT

Package Sidebar

Install

npm i version-log-loader

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.77 kB

Total Files

6

Last publish

Collaborators

  • kingzez