From ea01de0daa9480d817c5c077e539b6fdb8f866fb Mon Sep 17 00:00:00 2001 From: Abraham Schilling Date: Wed, 23 Oct 2019 02:28:35 +0200 Subject: [PATCH] Update link to deleted webpack v1 docs to v4 docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5267323..19c9b87 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Source maps are always enabled unless explicitly disabled by specifying `devtool ### watchOptions -Object of options for watching. See [webpack's docs](https://webpack.github.io/docs/node.js-api.html#compiler). +Object of options for watching. See [webpack's docs](https://webpack.js.org/configuration/watch). **Default**: `{}`