From ec1badfa143c643a0b5f5d96e99e1e931527f9b3 Mon Sep 17 00:00:00 2001 From: Viktor Zozuliak Date: Thu, 19 Oct 2017 11:18:59 +0200 Subject: [PATCH] docs(README): update link to latest docs (`webpack.js.org`) (#270) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eeda4a..a6d72eb 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ var testsContext = require.context(".", true, /_test$/); testsContext.keys().forEach(testsContext); ``` -Every test file is required using the [require.context](http://webpack.github.io/docs/context.html#require-context) and compiled with webpack into one test bundle. +Every test file is required using the [require.context](https://webpack.js.org/guides/dependency-management/#require-context) and compiled with webpack into one test bundle.

Source Maps