Skip to content

Commit

Permalink
docs(README): update link to latest docs (webpack.js.org) (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzusik authored and michael-ciniawsky committed Oct 19, 2017
1 parent fd5d1e8 commit ec1badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<h2 align="center">Source Maps</h2>

Expand Down

0 comments on commit ec1badf

Please sign in to comment.