Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Sep 4, 2020
1 parent 0df5e5f commit 68d871e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<fest:include/>`
and `<fest:insert/>` of template.
Loader is trying to build dependencies tree by walking through
`<fest:include/>`, `<fest:insert/>` and `<fest:script/>` 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
Expand Down

0 comments on commit 68d871e

Please sign in to comment.