Skip to content

Commit 15e105b

Browse files
simon04joshwiens
authored andcommitted
docs(README): link to webpack 2 docs (#44)
1 parent 381db4a commit 15e105b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ globals.<p>
2020
npm i expose-loader --save
2121
```
2222

23-
<h2 align="center">Usage</h2>
23+
<h2 align="center"><a href="https://webpack.js.org/concepts/loaders">Usage</a></h2>
2424

2525
**Note**: Modules must be `require()`'d within in your bundle, or they will not
2626
be exposed.
@@ -96,8 +96,6 @@ expose only applies to the react module. And it's only exposed when used in the
9696
bundle.
9797

9898

99-
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
100-
10199
<h2 align="center">Maintainers</h2>
102100

103101
<table>

0 commit comments

Comments
 (0)