Skip to content

Commit

Permalink
update link to Webpack loader docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmul authored Jul 20, 2018
1 parent 8013f87 commit c8e5521
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 @@ -11,7 +11,7 @@ as if they were regular CommonJS modules.
```npm install --save-dev closure-loader```

## Usage
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
[Documentation: Using loaders](https://webpack.js.org/concepts/loaders/#using-loaders)

**NOTE**: This loader is mainly meant for building (probably older) Closure Compiler projects with Webpack
and to make a transition to other module systems (CommonJS or ES6) easier.
Expand Down

0 comments on commit c8e5521

Please sign in to comment.