From 68d871e81181fb11f740921eef4973cbe3a4cc5e Mon Sep 17 00:00:00 2001 From: Aleksey Date: Sat, 5 Sep 2020 00:03:11 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1414985..66d3c4c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ This Webpack loader compiles [Fest](https://github.com/mailru/fest) templates. -Loader is trying to build dependencies tree by walking through `` -and `` of template. +Loader is trying to build dependencies tree by walking through +``, `` and `` tags of template. + +When loader emits warning, that means that XML parser failed to parse a file +and get dependencies from it. You probably would like to fix file syntax, to +have complete experience with webpack rebuild on change. ## Install ```bash