Licence
MIT
Version
1.0.1
Deps
1
Size
12 kB
Vulns
0
Weekly
0
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: