From 64ebe1b79e5be4c8c9643c64b5b8efe5830d9105 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Thu, 11 Jun 2020 11:28:41 +0300 Subject: [PATCH] Add note about dependencies walking --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b324a04..e81ab1f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This Webpack loader compiles [Fest](https://github.com/mailru/fest) templates. +Loader is trying to build dependencies tree by walking through `` +and `` of template. + ## Install ```bash npm install --save-dev fest-webpack-loader