From 087888f7664a9161acd88925a8961a11c66b559b Mon Sep 17 00:00:00 2001 From: Jeremy Bernier Date: Wed, 3 Aug 2016 18:00:53 -0400 Subject: [PATCH] Mention webpack-md5-hash dependency in README If a plugin requires another dependency to work, then this should be mentioned in the readme. https://github.com/diurnalist/chunk-manifest-webpack-plugin/issues/7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98f3ca6..77ad1f4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ module.exports = { }; ``` +Currently this plugin is also dependent on the [webpack-md5-hash](https://github.com/erm0l0v/webpack-md5-hash) webpack plugin to work properly. Install that plugin as well (`npm install webpack-md5-hash`) and include it in your webpack plugins list (`new WebpackMd5Hash()`). + ### Options #### `filename`