Skip to content

Commit

Permalink
related-files: Update README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Mar 12, 2022
1 parent 5ee7775 commit 7c22d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ interface HtmlFileConfiguration {
// Decide if the script tag will be inserted as blocking script tag,
// with `defer=""` (default) or with `type="module"`
favicon?: string, // path to favicon.ico. If not specified, no favicon will be injected
findRelatedOutputFiles?: boolean,
// Find related output (*.css)-files and inject them into the html.
// Defaults to true.
}
```

Expand Down

0 comments on commit 7c22d45

Please sign in to comment.