version-mismatch-webpack-plugin

0.0.1 • Public • Published

Version Mismatch Webpack Plugin

Checks for differences between the installed versions of dependencies and the versions specified in package.json

Install

npm i -D version-mismatch-webpack-plugin
yarn add -D version-mismatch-webpack-plugin

Usage

webpack.config.js

const VersionMismatchWebpackPlugin = require('version-mismatch-webpack-plugin')
 
module.exports = {
    // ...
    plugins: [
        new VersionMismatchWebpackPlugin()
    ]
};

Package Sidebar

Install

npm i version-mismatch-webpack-plugin

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

176 kB

Total Files

6

Last publish

Collaborators

  • dimitarnestorov