From ddb31b6e9ebfec2b92d9f9413f10b48b9f65f230 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 7 Dec 2016 11:19:11 -0500 Subject: [PATCH] add webpack loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7c7d1bb2d..2e6a2bcff1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin * [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin * [system-svelte](https://github.com/CanopyTax/system-svelte) – System.js loader +* [svelte-loader](https://github.com/sveltejs/svelte-loader) – Webpack loader * More to come!