From 58a768407615d62ee1fbc97cad9c6f03c6fa2563 Mon Sep 17 00:00:00 2001 From: Tim Schottler Date: Tue, 7 Jun 2016 04:18:22 -0500 Subject: [PATCH] Added webpack loader to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a568ea0..f54f5a8 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ In the example above, we used `Ractive.load()`, which is the easiest way to use * [ractive-componentify](https://github.com/blackgate/ractive-componentify) - similar to ractiveify but with support for sourcemaps and partial imports * Broccoli * [broccoli-ractive](https://github.com/ractivejs/broccoli-ractive) - can output AMD, CommonJS or ES6 modules - +* Webpack + * [ractive-component-loader](https://github.com/thomsbg/ractive-component-loader) ## Creating loaders