check-dependencies-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

check-dependencies-webpack-plugin

Webpack plugin that checks that the correct versions of your package's dependencies are installed.

Sample webpack config:

// webpack.config.js
 
const CheckDependenciesWebpackPlugin = require("check-dependencies-webpack-plugin");
 
module.exports = {
    // Use the plugin.
    plugins: [
        new CheckDependenciesWebpackPlugin()
    ]
 
    // Other webpack config...
};

TODO:

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i check-dependencies-webpack-plugin

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

11.9 kB

Total Files

8

Last publish

Collaborators

  • bencoveney