Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

DimitarNestorov/version-mismatch-webpack-plugin

Repository files navigation

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()
	]
};

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published