From c8e5521e8f9f87fa9998c14d451891153d62b2d4 Mon Sep 17 00:00:00 2001 From: Matt Mulder Date: Fri, 20 Jul 2018 14:24:13 -0700 Subject: [PATCH] update link to Webpack loader docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7015d59..c1beea1 100644 --- a/README.md +++ b/README.md @@ -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.