Skip to content

Commit

Permalink
docs(README): link to webpack 2 docs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored and michael-ciniawsky committed Apr 19, 2017
1 parent 44d6f48 commit 8cffbbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is useful for third-party modules that rely on global variables like `$` or
npm install imports-loader
```

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

Given you have this file `example.js`

Expand Down Expand Up @@ -75,8 +75,6 @@ module.exports = {
};
```

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

<h2 align="center">Typical Use Cases</h2>

### jQuery plugins
Expand Down

0 comments on commit 8cffbbb

Please sign in to comment.